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

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-07 23:22:46 +02:00
parent 16a59f1167
commit a066a5df2f
+1 -1
View File
@@ -494,7 +494,7 @@ function isPathAlreadyTaken(url)
*/
async function runWebSocketServer()
{
io = require('socket.io')(mainListener, { path: '/' });
io = require('socket.io')(mainListener);
io.use(
sharedSession(session, {