(sessionId: string)
| 428 | } |
| 429 | |
| 430 | async archiveSession(sessionId: string): Promise<void> { |
| 431 | await this.rpcGateway.killSession(sessionId) |
| 432 | this.handleSessionEnd({ sid: sessionId, time: Date.now() }) |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * Apply the post-migration metadata flip in hapi.db: |
no test coverage detected