You can see all the rooms and what socket IDs are in them with code like this: let rooms = io.sockets.adapter.rooms; for (let room of ...
確定! 回上一頁