Skip to content

How to iterate through a list of sockets at a specific namespace in a specific room? #5130

Discussion options

You must be logged in to vote

You can use the fetchSockets() methods:

const sockets = await io.in("my-room").fetchSockets();

Reference: https://socket.io/docs/v4/server-api/#namespacefetchsockets

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jasper-at-windswept
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants