mirror of https://github.com/grpc/grpc-node.git
Revert "grpc-js: pick_first: Don't automatically reconnect after connection drop"
This reverts commit 4a3fefa2b3
.
This commit is contained in:
parent
0edd1948ab
commit
d0c2026887
|
@ -348,6 +348,7 @@ export class PickFirstLoadBalancer implements LoadBalancer {
|
|||
if (newState !== ConnectivityState.READY) {
|
||||
this.removeCurrentPick();
|
||||
this.calculateAndReportNewState();
|
||||
this.requestReresolution();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue