Disable io cookie
Ref https://github.com/socketio/socket.io/issues/2276
This commit is contained in:
parent
580d83858c
commit
59d2d6fec8
@ -158,6 +158,7 @@ module.exports = function() {
|
||||
|
||||
const sockets = io(server, {
|
||||
wsEngine: "ws",
|
||||
cookie: false,
|
||||
serveClient: false,
|
||||
transports: Helper.config.transports,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user