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
{{ message }}
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Connection: Catch disconnection of a node earlier.
While broadcasting a message, some under disconnecting node can be
reached. This context throws an exception and we try to close this node.
This is wrong because this is too late. This is possible to catch this
exception earlier and avoid the whole disconnection process once again
(which is redundant).
0 commit comments