Tim Aronsson

Results 5 comments of Tim Aronsson
trafficstars

I have the same issue with normal javascript aswell

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.