patch remove unnecessary socket.io cookie
This commit is contained in:
parent
8aa84d4abe
commit
5addf9ace0
1 changed files with 1 additions and 1 deletions
|
@ -91,4 +91,4 @@ function onListening() {
|
|||
|
||||
const socketIO = require('socket.io')
|
||||
const enableSocket = require('../socket').enableSocket;
|
||||
const io = enableSocket(socketIO(server));
|
||||
const io = enableSocket(socketIO(server, { cookie: false }));
|
||||
|
|
Loading…
Reference in a new issue