joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pausing to reconnect websocket

shubham-aneja opened this issue · comments

As I leave my system idle/hibernate. Following error comes in the console.
core.es5.js:1020 ERROR INVALID_STATE_ERR : Pausing to reconnect websocket.

After the error, I never get any update from the socket until I refresh the tab.

Ever solved this issue?