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
We're encountering a timeout error when attempting to use the remoteJoin function from the socket.io-redis adapter. The error occurs when a client initially connects to the default (main) namespace, and the server tries to have the client join a room in the /bbb namespace using remoteJoin.
We're encountering a timeout error when attempting to use the remoteJoin function from the socket.io-redis adapter. The error occurs when a client initially connects to the default (main) namespace, and the server tries to have the client join a room in the /bbb namespace using remoteJoin.
server code
client code
server error log
Steps to Reproduce
Expected Behavior
The client should successfully join the specified room in both namespaces without encountering a timeout error.
Actual Behavior
The remoteJoin operation times out when attempting to join the room in the /bbb namespace.
Additional Information
We are using the socket.io-redis adapter with a Redis server.
The issue seems related to using remoteJoin across different namespaces.
The text was updated successfully, but these errors were encountered: