(current_blocked)
| 545 | } |
| 546 | |
| 547 | async process(current_blocked) { |
| 548 | await this.response.process(current_blocked); |
| 549 | |
| 550 | var data = ""; |
| 551 | for (const entry of this.response.queue) { |
| 552 | data += entry; |
| 553 | } |
| 554 | |
| 555 | this.response_body = data; |
| 556 | } |
| 557 | |
| 558 | getEvent() { |
| 559 | this.response_object.sequenceId = this.sequence_id; |