Skip to content

Commit

Permalink
Revert "grpc-js: pick_first: Don't automatically reconnect after conn…
Browse files Browse the repository at this point in the history
…ection drop"

This reverts commit 4a3fefa.
  • Loading branch information
murgatroid99 committed Mar 15, 2024
1 parent 0edd194 commit d0c2026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grpc-js/src/load-balancer-pick-first.ts
Expand Up @@ -348,6 +348,7 @@ export class PickFirstLoadBalancer implements LoadBalancer {
if (newState !== ConnectivityState.READY) {
this.removeCurrentPick();
this.calculateAndReportNewState();
this.requestReresolution();
}
return;
}
Expand Down

0 comments on commit d0c2026

Please sign in to comment.