You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/lib/WebSocketRequest.js:310
throw new Error('Value supplied for "cookies" argument must be an array.');
wsRouter.mount(/^\/chat\/.+$/g,null,(req)=>{constconnection=req.accept(undefined,req.origin,undefined);connection.on('message',(data)=>{console.info({ data });});});wsServer.on('request',(req)=>{wsRouter.handleRequest(req);});
"websocket": "^1.0.32"
node -v : v12.19.0
The text was updated successfully, but these errors were encountered:
Even I didn't set param cookies :
"websocket": "^1.0.32"
node -v :
v12.19.0
The text was updated successfully, but these errors were encountered: