Open shubham-aneja opened 6 years ago
Ever solved this issue?
Ever solved this issue?
This exception happens when data is being sent but socket havent(?) connected yet.
https://github.com/joewalnes/reconnecting-websocket/blob/master/reconnecting-websocket.js#L309
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.