We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40fcc83 + 97e9eb8 commit f61de98Copy full SHA for f61de98
node/server.js
@@ -436,7 +436,7 @@ async.waterfall([
436
437
//this is only a workaround to ensure it works with all browers behind a proxy
438
//we should remove this when the new socket.io version is more stable
439
- //io.set('transports', ['xhr-polling']);
+ io.set('transports', ['xhr-polling']);
440
441
var socketIOLogger = log4js.getLogger("socket.io");
442
io.set('logger', {
0 commit comments