You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
A client that has not completed the connection request / response handshake does not show as connected in Sink.Server.connected_clients
Observed Behavior
Really old clients that needed to be updated and weren't sending connection requests showed up as connected.
This is because the registry doesn't differentiate between clients / processes with open TCP connections and those which have completed the connection process.
The text was updated successfully, but these errors were encountered:
Expected Behavior
A client that has not completed the connection request / response handshake does not show as connected in
Sink.Server.connected_clients
Observed Behavior
Really old clients that needed to be updated and weren't sending connection requests showed up as connected.
This is because the registry doesn't differentiate between clients / processes with open TCP connections and those which have completed the connection process.
The text was updated successfully, but these errors were encountered: