frontend: fix gateway reconnect
This commit is contained in:
parent
24fb9feead
commit
25b1ba653c
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export default {
|
||||||
this.reconnectDelay *= 2;
|
this.reconnectDelay *= 2;
|
||||||
}
|
}
|
||||||
this.reconnectTimeout = setTimeout(() => {
|
this.reconnectTimeout = setTimeout(() => {
|
||||||
this.init();
|
this.init(token);
|
||||||
}, this.reconnectDelay);
|
}, this.reconnectDelay);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue