Files
socket.io/test
Damien Arrachequesne 46213a647e fix: prevent duplicate connections when multiplexing
This bug was introduced in [1]: a multiplexed socket could in some
cases send multiple CONNECT packets, resulting in duplicate connections
on the server side.

A cached socket will now be reopened only if it was inactive, that is,
if one had explicitly called socket.disconnect() before.

Related: https://github.com/socketio/socket.io-client/issues/1460

[1]: b7dd891e89
2023-02-20 17:09:50 +01:00
..
2016-02-28 02:36:06 +08:00
2023-02-01 08:19:34 +01:00
2022-11-17 09:51:12 +01:00
2023-02-01 08:19:34 +01:00