Revert server change, seems to be a problem with it. Ref #249

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-07 23:22:46 +02:00
parent 16a59f1167
commit a066a5df2f
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ function isPathAlreadyTaken(url)
*/ */
async function runWebSocketServer() async function runWebSocketServer()
{ {
io = require('socket.io')(mainListener, { path: '/' }); io = require('socket.io')(mainListener);
io.use( io.use(
sharedSession(session, { sharedSession(session, {