mirror of https://github.com/grpc/grpc-node.git
Reset saved LRS settings when the LRS stream ends
This commit is contained in:
parent
b9962feff0
commit
5827b3e01d
|
@ -1039,6 +1039,7 @@ export class XdsClient {
|
|||
'LRS stream ended. code=' + error.code + ' details= ' + error.details
|
||||
);
|
||||
this.lrsCall = null;
|
||||
this.latestLrsSettings = null;
|
||||
clearInterval(this.statsTimer);
|
||||
/* If the backoff timer is no longer running, we do not need to wait any
|
||||
* more to start the new call. */
|
||||
|
|
Loading…
Reference in New Issue