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 updated node-redis from v3.1.2 to 4.0.0 on my node client and socket.io stopped working. First emit is send, then it crashes.
Node client:
Error: Got an unexpected reply from Redis
at RedisCommandsQueue._RedisCommandsQueue_shiftWaitingForReply
Socket.io server (redis 3.1.2):
node_modules\notepack.io\lib\decode.js:246
throw new Error((buffer.length - decoder.offset) + ' trailing bytes');
Running Socket.io server with redis 4.0.0:
node_modules\@socket.io\redis-adapter\dist\index.js:64
this.subClient.psubscribe(this.channel + "*", onError);
^
TypeError: this.subClient.psubscribe is not a function
at new RedisAdapter
The text was updated successfully, but these errors were encountered:
I updated node-redis from v3.1.2 to 4.0.0 on my node client and socket.io stopped working. First emit is send, then it crashes.
Node client:
Socket.io server (redis 3.1.2):
Running Socket.io server with redis 4.0.0:
The text was updated successfully, but these errors were encountered: