Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP_USER_TIMEOUT property setting issue fixed #11564

Merged
merged 6 commits into from
Oct 22, 2024

Commits on Sep 27, 2024

  1. In NettyClientTransport, the TCP_USER_TIMEOUT attribute can be set on…

    …ly if the channel is of the AbstractEpollStreamChannel.
    hlx502 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5f2259a View commit details
    Browse the repository at this point in the history
  2. add dependencies

    hlx502 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ce8b708 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. In NettyClientTransport, the TCP_USER_TIMEOUT attribute can be set on…

    …ly if the channel is of the AbstractEpollStreamChannel.
    hlx502 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cfa025d View commit details
    Browse the repository at this point in the history
  2. add code annotation

    hlx502 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f54cf56 View commit details
    Browse the repository at this point in the history
  3. code format

    hlx502 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    edfb642 View commit details
    Browse the repository at this point in the history
  4. code format

    hlx502 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d64abbf View commit details
    Browse the repository at this point in the history