()
| 1207 | } |
| 1208 | |
| 1209 | private newBroadcastOperator() { |
| 1210 | const flags = Object.assign({}, this.flags); |
| 1211 | this.flags = {}; |
| 1212 | return new BroadcastOperator< |
| 1213 | DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, |
| 1214 | SocketData |
| 1215 | >(this.adapter, new Set<Room>(), new Set<Room>([this.id]), flags); |
| 1216 | } |
| 1217 | } |