-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConnectionManager.ping(): rewrite to fix pings stacking if none ever …
…succeed previously if the transport keeps becoming active but then gets disconnected before the ping succeeds, listeners would just keep stacking up the whole previous implementation is way over-complex now we no longer do transport upgrades. replaced with a much simpler one.
- Loading branch information
1 parent
efb71d0
commit 7d20530
Showing
3 changed files
with
29 additions
and
57 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