Skip to content

Commit cb966df

Browse files
authored
Merge pull request #2680 from murgatroid99/grpc-js_pick_first_disconnect_fix
grpc-js: pick_first: Don't automatically reconnect after connection drop
2 parents 400147c + 4a3fefa commit cb966df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/grpc-js/src/load-balancer-pick-first.ts

-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ export class PickFirstLoadBalancer implements LoadBalancer {
348348
if (newState !== ConnectivityState.READY) {
349349
this.removeCurrentPick();
350350
this.calculateAndReportNewState();
351-
this.requestReresolution();
352351
}
353352
return;
354353
}

0 commit comments

Comments
 (0)