List all users, all channels, and channels the user is in #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The documentation isn't all that clear:
https://socket.io/docs/emit-cheatsheet/
For example, the way I found to get all of the rooms available in the server is with
io.sockets.adapter.rooms
see lines 5-13 in server/socket/index.js