This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information