fix reconnection bugs
This commit is contained in:
parent
03d1bc13c7
commit
1d4c771246
6 changed files with 17 additions and 1 deletions
|
@ -100,6 +100,8 @@ class Localuser {
|
|||
this.guilds = [];
|
||||
this.guildids = new Map();
|
||||
this.ws.close(4001);
|
||||
SnowFlake.clear();
|
||||
User.clear();
|
||||
}
|
||||
async initwebsocket() {
|
||||
let returny = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue