Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure handlers see a consistent set of peers on conn rejection
If a message handler decides to reject a connection, other handlers should see the disconnection if they've already seen the connection. We weren't previously doing that, and do it here.
- Loading branch information