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

Improvement: rename the variables in TCP reconnect function and some default constants #84

Merged
merged 8 commits into from
Jul 16, 2024

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    972421e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38deaf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    8529f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a06061 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. change the initialization method of some variables in the reConnect()…

    …, adjust the defaultMaxReconnectAttempts from 100 to 50, and add the client's specification of the maxReconnectAttempts in the unit test
    No-SilverBullet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5bd3869 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. improve:add error handling in SetReadDeadline and SetWriteDeadline an…

    …d simplify the maxReconnectInterval calculation
    No-SilverBullet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3f88499 View commit details
    Browse the repository at this point in the history
  2. improve:add TcpMaxReconnectAttempts field in GettySessionParam which …

    …indicates the max attempts in TCP reconnect behavior
    No-SilverBullet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    12033ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bace946 View commit details
    Browse the repository at this point in the history