-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
fifa-api/src/socker/roomManager.js
Line 23 in e01079a
| this.store = options.io.adapter; // Later expanded to io.adapter.rooms[roomId] |
fifa-api/src/socker/roomManager.js
Line 58 in e01079a
| this.store = this.store.rooms.get(this.roomId); |
fifa-api/src/socker/roomManager.js
Line 96 in e01079a
| this.store.clients = [{ id: this.socker.id, username, isReady: false }]; |
Accessing properties like in line 96 will no affect all running socket servers. Values will be available only inside single server :c
Metadata
Metadata
Assignees
Labels
No labels