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.
1 parent a993703 commit e583710Copy full SHA for e583710
packages/grpc-js-xds/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js-xds",
3
- "version": "1.6.0",
+ "version": "1.6.1",
4
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
5
"main": "build/src/index.js",
6
"scripts": {
packages/grpc-js-xds/src/xds-client.ts
@@ -688,7 +688,6 @@ export class XdsClient {
688
ack(serviceKind: AdsServiceKind) {
689
/* An ack is the best indication of a successful interaction between the
690
* client and the server, so we can reset the backoff timer here. */
691
- this.adsBackoff.stop();
692
this.adsBackoff.reset();
693
694
this.updateNames(serviceKind);
0 commit comments