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
I found an old issue that fixed this issue for broadcast() and other scenarios but fetchSockets(), addSockets(), delSockets(), and disconnectSockets() are still using the old pattern so the following code:
UnhandledPromiseRejectionWarning: TypeError: opts.except is not iterable
at RedisAdapter.fetchSockets (/app/backend/node_modules/@socket.io/redis-adapter/dist/index.js:609:34)
...
The text was updated successfully, but these errors were encountered:
I found an old issue that fixed this issue for
broadcast()
and other scenarios butfetchSockets()
,addSockets()
,delSockets()
, anddisconnectSockets()
are still using the old pattern so the following code:throws an error like
The text was updated successfully, but these errors were encountered: