()
| 1115 | } |
| 1116 | |
| 1117 | private newBroadcastOperator() { |
| 1118 | const flags = Object.assign({}, this.flags); |
| 1119 | this.flags = {}; |
| 1120 | return new BroadcastOperator< |
| 1121 | DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, |
| 1122 | SocketData |
| 1123 | >(this.adapter, new Set<Room>(), new Set<Room>([this.id]), flags); |
| 1124 | } |
| 1125 | } |
no outgoing calls
no test coverage detected