Skip to content

Commit d0c2026

Browse files
committed
Revert "grpc-js: pick_first: Don't automatically reconnect after connection drop"
This reverts commit 4a3fefa.
1 parent 0edd194 commit d0c2026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export class PickFirstLoadBalancer implements LoadBalancer {
348348
if (newState !== ConnectivityState.READY) {
349349
this.removeCurrentPick();
350350
this.calculateAndReportNewState();
351+
this.requestReresolution();
351352
}
352353
return;
353354
}

0 commit comments

Comments
 (0)