Merge pull request #2680 from murgatroid99/grpc-js_pick_first_disconnect_fix

grpc-js: pick_first: Don't automatically reconnect after connection drop
This commit is contained in:
Michael Lumish 2024-03-07 10:52:57 -08:00 committed by GitHub
commit cb966dfcd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ export class PickFirstLoadBalancer implements LoadBalancer {
if (newState !== ConnectivityState.READY) {
this.removeCurrentPick();
this.calculateAndReportNewState();
this.requestReresolution();
}
return;
}