How to Reconnect Web Sockets in a Realtime Web App without Flooding the Server (via: John Ryding)
Posted by jpluimers on 2014/03/14
Interesting: John Ryding | Blog: How to Reconnect Web Sockets in a Realtime Web App without Flooding the Server.
I’ve used similar algorithms in various applications, and never knew it is called “Exponential backoff“.
Now I know.
And I know I should to some more research in WebSocket. Sounds really interesting.
–jeroen, never too old too learn (:
Leave a Reply