()
| 497 | } |
| 498 | |
| 499 | private stopKeepAlive(): void { |
| 500 | if (this.keepAliveInterval) { |
| 501 | clearInterval(this.keepAliveInterval) |
| 502 | this.keepAliveInterval = null |
| 503 | } |
| 504 | } |
| 505 | |
| 506 | shutdown(): void { |
| 507 | this.stopKeepAlive() |
no outgoing calls
no test coverage detected