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.
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