reconnecting-websocket
reconnecting-websocket copied to clipboard
Issue on switching from WiFi to Data Plan
It works normally until switching from WiFi to Data Plan, it threw the error form the line:
throw 'INVALID_STATE_ERR : Pausing to reconnect websocket';
the INVALID_STATE_ERR saying "Still in CONNECTING state." so it paused the reconnecting method.