mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed preferred connectiontype
This commit is contained in:
@@ -37,8 +37,7 @@ var began = false;
|
||||
var id;
|
||||
|
||||
var connection_options = {
|
||||
'sync disconnect on unload':true,
|
||||
transports: ['websocket', 'xhr-polling', 'polling', 'htmlfile', 'flashsocket']
|
||||
'sync disconnect on unload':true
|
||||
};
|
||||
|
||||
var socket = io.connect('//'+window.location.hostname+':3000', connection_options);
|
||||
|
||||
Reference in New Issue
Block a user