fix: #9129, event is fired on socket.io

v1.18.x
Barış Soner Uşaklı 4 years ago
parent bbd97ccb48
commit b369dc888b

@ -44,7 +44,7 @@ socket = window.socket;
socket.on('disconnect', onDisconnect);
socket.on('reconnect_failed', function () {
socket.io.on('reconnect_failed', function () {
// Wait ten times the reconnection delay and then start over
setTimeout(socket.connect.bind(socket), parseInt(config.reconnectionDelay, 10) * 10);
});

Loading…
Cancel
Save