-
Notifications
You must be signed in to change notification settings - Fork 163
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
Routers should consider control channels unresponsive if they are not connected #2171
Comments
plorenz
added a commit
that referenced
this issue
Jul 1, 2024
Mark ctrl chan as unresponsive if disconnected. Fixes #2171
reopening, as previous fix was incorrect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
right now unresponsive is measured purely off of latency measurements. That logic can consider an unconnected control channel responsive if the channel was disconnected after a latency response is received and before the next one is sent.
The text was updated successfully, but these errors were encountered: