Replies: 1 comment 4 replies
-
What do you mean? When the session is disconnected, the initiator tries to reconnect immediately, independent from the configured HB interval. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When a TCP connection is disconnected, the application layer relies on heartbeat detection to discover the disconnection and perform reconnection. If the counterparty only accepts a fixed heartbeat interval, how can we achieve second-level disconnection detection?
Is it possible to define a connection health check task?
Beta Was this translation helpful? Give feedback.
All reactions