Skip to content

Commit f61de98

Browse files
committed
Merge pull request #232 from riseuplabs/master
Temp fix, @Pita may revert this. For now it gets things stable again
2 parents 40fcc83 + 97e9eb8 commit f61de98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ async.waterfall([
436436

437437
//this is only a workaround to ensure it works with all browers behind a proxy
438438
//we should remove this when the new socket.io version is more stable
439-
//io.set('transports', ['xhr-polling']);
439+
io.set('transports', ['xhr-polling']);
440440

441441
var socketIOLogger = log4js.getLogger("socket.io");
442442
io.set('logger', {

0 commit comments

Comments
 (0)