Skip to content

Commit 4a3fefa

Browse files
committed
grpc-js: pick_first: Don't automatically reconnect after connection drop
1 parent 210967f commit 4a3fefa

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

Lines changed: 0 additions & 1 deletion
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)