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 f3ebc9e commit df71288Copy full SHA for df71288
lib/Registrator.js
@@ -273,6 +273,7 @@ ${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
277
// Attempt the registration again immediately.
278
this.register();
279
}
0 commit comments