Tim Aronsson
Tim Aronsson
I have the same issue with normal javascript aswell
Any updates on this matter?
What i mean by "clustered socket rooms" is more or less server 1 can emit to a room that only exists on server 3 and vice versa. We're using the...
Maybe something like this. ```js const rooms = await io.allRooms(); const socketsInRoom = rooms.get("room1"); ``` That would mimic the Redis adapters functionality. But excluding private ones would just be nice.
Any updates on this?