Skip to content

Commit

Permalink
Merge pull request #2680 from murgatroid99/grpc-js_pick_first_disconn…
Browse files Browse the repository at this point in the history
…ect_fix

grpc-js: pick_first: Don't automatically reconnect after connection drop
  • Loading branch information
murgatroid99 committed Mar 7, 2024
2 parents 400147c + 4a3fefa commit cb966df
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 cb966df

Please sign in to comment.