mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Merge pull request #405 from zzzaaa/master
Transports order of preference
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
connect();
|
||||
connect(self.options.transports);
|
||||
|
||||
self.once('connect', function (){
|
||||
clearTimeout(self.connectTimeoutTimer);
|
||||
|
||||
Reference in New Issue
Block a user