mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +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) {
|
||||
this.removeCurrentPick();
|
||||
this.calculateAndReportNewState();
|
||||
this.requestReresolution();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user