We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb6fed commit 95dcd22Copy full SHA for 95dcd22
README.md
@@ -103,7 +103,7 @@ When you run `socket.join("room21")`, here's what happens:
103
104
```
105
console.log(adapter.rooms); // Map { "room21" => Set { "mdpk4kxF5CmhwfCdAHD8" } }
106
-console.log(adapter.sids); // Map { "mdpk4kxF5CmhwfCdAHD8" => Set { "mdpk4kxF5CmhwfCdAHD8", room21" } }
+console.log(adapter.sids); // Map { "mdpk4kxF5CmhwfCdAHD8" => Set { "mdpk4kxF5CmhwfCdAHD8", "room21" } }
107
// "mdpk4kxF5CmhwfCdAHD8" being the ID of the given socket
108
109
0 commit comments