()
| 82 | } |
| 83 | |
| 84 | stop(): void { |
| 85 | if (this._timeout) { |
| 86 | clearTimeout(this._timeout); |
| 87 | this.generation += 1; |
| 88 | this._timeout = undefined; |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | // TODO(NODE-4994): implement new logging logic for SrvPoller failures |
| 93 | schedule(): void { |
no outgoing calls
no test coverage detected