fix(core): update

This commit is contained in:
2019-11-03 18:33:46 +01:00
parent c901ab75d3
commit eb181fa2f6
4 changed files with 435 additions and 314 deletions

View File

@ -96,8 +96,9 @@ export class SmartsocketClient {
/**
* try a reconnection
*/
public async tryReconnect() {
public async tryDebouncedReconnect() {
await plugins.smartdelay.delayForRandom(10000, 60000);
await this.connect();
}
/**