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
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Hi, when I run the example code in the documentation:
`const wsRedis = require("ws-redis");
const ws = require("ws");
wsRedis.init(new ws.Server({ port: 8080 }));`
I get the error "wsInstance must be a WebSocket instance." What should I be putting in the init function instead? Thanks in advance!
The text was updated successfully, but these errors were encountered: