-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for connection hangs and crashes (#60)
* A connection which is already disconnected in shutdown should try to reconnect, because that means it was hung up on * channel shutdown complete event must ALWAYS be called from channel shutdown callbacks * If the socket was connected, go into the reconnect cycle * Re-worked reconnect detection logic * Ensure that on_connection_complete is called for the first completed connection, even if it's a reconnect * documented connection_count
- Loading branch information
1 parent
3a5a125
commit 3c3ca7a
Showing
3 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters