Reset saved LRS settings when the LRS stream ends

This commit is contained in:
Michael Lumish 2020-08-28 11:49:03 -07:00
parent b9962feff0
commit 5827b3e01d
1 changed files with 1 additions and 0 deletions

View File

@ -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. */