You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Safari 11, a network disconnection causes the websocket to instantly close and never reconnect.
A _websocket.onclose event is fired as soon as the network is lost which closes the connection. This event does not seem to fire on all other browsers so a network disconnect is only closing our websocket on Safari.
In the console, the first error message is always WebSocket network error: The operation couldn't be completed. Socket is not connected.
We are using atmosphere js 2.3.6
The text was updated successfully, but these errors were encountered:
On Safari 11, a network disconnection causes the websocket to instantly close and never reconnect.
A
_websocket.onclose
event is fired as soon as the network is lost which closes the connection. This event does not seem to fire on all other browsers so a network disconnect is only closing our websocket on Safari.In the console, the first error message is always
WebSocket network error: The operation couldn't be completed. Socket is not connected
.We are using atmosphere js 2.3.6
The text was updated successfully, but these errors were encountered: