mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 08:57:59 -05:00
```js
socket.io.on("reconnect_attempt", () => {
socket.io.reconnection(false); // will now work properly
});
```
Related: https://github.com/socketio/socket.io/issues/5126