You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
Websocket reconnect attempts should be spaced out randomly, to spread out any spikes that might have caused the outage in the first place. Otherwise you'll just overload the server again every 2^c seconds.
Ethernet uses a random backoff between 0 and 2^c-1, and we should do something similar.
The text was updated successfully, but these errors were encountered:
Websocket reconnect attempts should be spaced out randomly, to spread out any spikes that might have caused the outage in the first place. Otherwise you'll just overload the server again every
2^c
seconds.Ethernet uses a random backoff between
0
and2^c-1
, and we should do something similar.The text was updated successfully, but these errors were encountered: