mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
and added the 'connect_failed' event after the last available transport fails to connect within the timeout The function was re-creating the list of transports each time the timeout was hit, effectively only continually retrying the second transport, and never making it past that.