mirror of
https://github.com/grpc/grpc-node.git
synced 2026-02-01 14:54:35 +00:00
grpc-js: pick_first: Don't automatically reconnect after connection drop
This commit is contained in:
parent
210967ffa3
commit
4a3fefa2b3
@ -348,7 +348,6 @@ export class PickFirstLoadBalancer implements LoadBalancer {
|
|||||||
if (newState !== ConnectivityState.READY) {
|
if (newState !== ConnectivityState.READY) {
|
||||||
this.removeCurrentPick();
|
this.removeCurrentPick();
|
||||||
this.calculateAndReportNewState();
|
this.calculateAndReportNewState();
|
||||||
this.requestReresolution();
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user