Open
Description
We are using two version of socket io.
For
v2.5.0 => "socket.io-redis": "^5.4.0"
v4.7.1 => @socket.io/redis-adapter": "^8.0.1"
transport is working fine when we are pushing the messages but whenever we are running
const sockets = await io.to('bridge-room').fetchSockets();
on v4.7.1
we get the following error
/node_modules/@socket.io/redis-adapter/dist/index.js:712
reject(new Error("timeout reached while waiting for fetchSockets response"));
^
Error: timeout reached while waiting for fetchSockets response
I have been hitting my head for a while now on this.