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

This reverts commit 4a3fefa2b3.
This commit is contained in:
Michael Lumish 2024-03-15 09:23:08 -07:00
parent 0edd1948ab
commit d0c2026887
1 changed files with 1 additions and 0 deletions

View File

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