mirror of https://github.com/grpc/grpc-node.git
grpc-js: DNS: unset continueResolving when starting a resolution attempt
This commit is contained in:
parent
5dc2e7fc27
commit
c9b7d4d285
|
@ -314,6 +314,7 @@ class DnsResolver implements Resolver {
|
|||
}
|
||||
|
||||
private startResolutionWithBackoff() {
|
||||
this.continueResolving = false;
|
||||
this.startResolution();
|
||||
this.backoff.runOnce();
|
||||
this.startNextResolutionTimer();
|
||||
|
|
Loading…
Reference in New Issue