Skip to content

Commit

Permalink
grpc-js: pick_first: Don't automatically reconnect after connection drop
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Mar 4, 2024
1 parent 210967f commit 4a3fefa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grpc-js/src/load-balancer-pick-first.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ export class PickFirstLoadBalancer implements LoadBalancer {
if (newState !== ConnectivityState.READY) {
this.removeCurrentPick();
this.calculateAndReportNewState();
this.requestReresolution();
}
return;
}
Expand Down

0 comments on commit 4a3fefa

Please sign in to comment.