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 df71288 commit 4195ee1Copy full SHA for 4195ee1
lib/Registrator.js
@@ -273,7 +273,9 @@ ${this._contact};expires=${this._expires}${this._extraContactParams}`);
273
if (this._expires < MIN_REGISTER_EXPIRES)
274
this._expires = MIN_REGISTER_EXPIRES;
275
276
- this._registering = false; // assure register re-try with new expire
+ // Assure register re-try with new expire.
277
+ this._registering = false;
278
+
279
// Attempt the registration again immediately.
280
this.register();
281
}
0 commit comments