grpc-js: DNS: unset continueResolving when starting a resolution attempt

This commit is contained in:
Michael Lumish 2022-04-18 09:56:06 -07:00
parent 5dc2e7fc27
commit c9b7d4d285
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ class DnsResolver implements Resolver {
}
private startResolutionWithBackoff() {
this.continueResolving = false;
this.startResolution();
this.backoff.runOnce();
this.startNextResolutionTimer();