Revert server change, seems to be a problem with it. Ref #249
parent
16a59f1167
commit
a066a5df2f
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue