Skip to content

Commit

Permalink
Disable WebSockets for SocketIO
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed Oct 17, 2016
1 parent 332afc7 commit 6b22fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.js
Expand Up @@ -26,6 +26,7 @@ if (process.env.SECURE) {
}

var io = socketIO(server)
io.set('transports', ['polling'])

var logDir = path.resolve(__dirname, '../log')

Expand Down

0 comments on commit 6b22fc1

Please sign in to comment.