Overlapping Reconnection Attempts #4661
Unanswered
mikehudson2
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The So, in the worst case with
Also, the reconnection delay increases over time, with a maximum value of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://socket.io/docs/v4/client-options/#timeout default 'timeout'=20,000 and default 'reconnectionDelay' = 5,000. If we use those defaults and set 'reconnectionDelayMax' = 5,000, does that mean that if the client is disconnected at t=0ms and stay disconnected for >15,000ms, then at t=15,000 until t=19,999 there will be 4 'live' reconnection attempts? If this is the case is that problematical?
Beta Was this translation helpful? Give feedback.
All reactions