grpc-js-xds: Don't stop backoff timers for LRS streams

This commit is contained in:
Michael Lumish 2022-04-08 10:25:15 -07:00
parent 4e457b52e7
commit abbaf13c62
1 changed files with 0 additions and 1 deletions

View File

@ -781,7 +781,6 @@ export class XdsClient {
trace('Received LRS response');
/* Once we get any response from the server, we assume that the stream is
* in a good state, so we can reset the backoff timer. */
this.lrsBackoff.stop();
this.lrsBackoff.reset();
if (
!this.receivedLrsSettingsForCurrentStream ||