(messageId: string)
| 44 | } |
| 45 | |
| 46 | abort(messageId: string): void { |
| 47 | this.dataMap.delete(messageId) |
| 48 | this.notify() |
| 49 | } |
| 50 | |
| 51 | async stop(messageId: string): Promise<StreamingData | null> { |
| 52 | const data = this.dataMap.get(messageId) |
no test coverage detected