fix unknown method in bridge
This commit is contained in:
parent
3ea2b81b01
commit
d63933f06c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export default class {
|
||||||
this.reconnectDelay *= 2;
|
this.reconnectDelay *= 2;
|
||||||
}
|
}
|
||||||
this.reconnectTimeout = setTimeout(() => {
|
this.reconnectTimeout = setTimeout(() => {
|
||||||
this.init(token);
|
this.connect();
|
||||||
}, this.reconnectDelay);
|
}, this.reconnectDelay);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue