Files
socket.io/lib
Xiaoxin Lu f30a10b7f4 fix(websocket): fix timer blocking writes (#670)
An immediate setTimeout was used to unblock the WebSocket write.
Unfortunately, this setTimeout can be throttled by browsers when the
tab is backgrounded.

This can lead to missed pong responses to server pings, which
eventually leads to disconnection.

Related: https://github.com/socketio/engine.io-client/issues/649
2021-06-22 23:58:27 +02:00
..
2020-01-14 22:58:35 +01:00
2021-05-04 09:28:21 +02:00
2021-01-14 01:19:25 +01:00