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 4111013 commit 313c5a9Copy full SHA for 313c5a9
lib/index.ts
@@ -18,8 +18,8 @@ export interface BroadcastOptions {
18
}
19
20
export class Adapter extends EventEmitter {
21
- protected rooms: Map<Room, Set<SocketId>> = new Map();
22
- protected sids: Map<SocketId, Set<Room>> = new Map();
+ public rooms: Map<Room, Set<SocketId>> = new Map();
+ public sids: Map<SocketId, Set<Room>> = new Map();
23
private readonly encoder;
24
25
/**
0 commit comments