lucas

Results 2 issues of lucas

The url is look like: `redis://user:password@localhost:30000/0` even : `redis://:password@localhost:30000/0` used : `new Redis('redis://user:password@localhost:30000/0')` I know, it's just a warning, but I wanna a clean log. And my redis server needs...

Even I didn't set param cookies : ``` /lib/WebSocketRequest.js:310 throw new Error('Value supplied for "cookies" argument must be an array.'); ``` ```typescript wsRouter.mount(/^\/chat\/.+$/g, null, (req) => { const connection =...