We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0edd194 + a8c6c33 commit 649412fCopy full SHA for 649412f
packages/grpc-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js",
3
- "version": "1.10.2",
+ "version": "1.10.3",
4
"description": "gRPC Library for Node - pure JS implementation",
5
"homepage": "https://grpc.io/",
6
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
packages/grpc-js/src/load-balancer-pick-first.ts
@@ -348,6 +348,7 @@ export class PickFirstLoadBalancer implements LoadBalancer {
348
if (newState !== ConnectivityState.READY) {
349
this.removeCurrentPick();
350
this.calculateAndReportNewState();
351
+ this.requestReresolution();
352
}
353
return;
354
0 commit comments