mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Update latestConfig in ChildLoadBalancerHandler when handling update
This commit is contained in:
parent
2807127ca7
commit
fed7b02a35
@ -127,6 +127,7 @@ export class ChildLoadBalancerHandler implements LoadBalancer {
|
||||
childToUpdate = this.pendingChild;
|
||||
}
|
||||
}
|
||||
this.latestConfig = lbConfig;
|
||||
childToUpdate.updateAddressList(addressList, lbConfig, attributes);
|
||||
}
|
||||
exitIdle(): void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user