We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The text was updated successfully, but these errors were encountered:
Ever solved this issue?
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: