grpc-js: pick_first: Don't automatically reconnect after connection drop

This commit is contained in:
Michael Lumish 2024-03-04 09:33:41 -08:00
parent 210967ffa3
commit 4a3fefa2b3

View File

@ -348,7 +348,6 @@ export class PickFirstLoadBalancer implements LoadBalancer {
if (newState !== ConnectivityState.READY) {
this.removeCurrentPick();
this.calculateAndReportNewState();
this.requestReresolution();
}
return;
}