-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote the connection failure handling :
- Before this, if there were no internet connection on first connect, it would fail and did not retry. That use-case is now handled. - After a connection failure, channels were not re-subscribed. That is now fixed. - The "Ping" interval was triggered everytime we did tried to connect, even without success. So if we tried to connect 40x, we would have 40 "setInterval" triggered, and 40x ping/minute , instead of one ! That's a bit more production-ready now :)
- Loading branch information
ludovic
committed
Nov 27, 2024
1 parent
b6c5281
commit 632c02b
Showing
1 changed file
with
53 additions
and
36 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