()
| 316 | }, input.pollMs ?? OAUTH_AWAIT_DEFAULT_POLL_MS); |
| 317 | }; |
| 318 | const runPoll = async () => { |
| 319 | if (settled) return; |
| 320 | await poll(); |
| 321 | scheduleReconnect(); |
| 322 | }; |
| 323 | |
| 324 | void runPoll(); |
| 325 | timeoutHandle = setTimeout(() => { |
no test coverage detected