Fix onOffline in SocketManager

This commit is contained in:
Fedor Indutny 2021-08-04 14:10:37 -07:00 committed by GitHub
parent 20f13cd515
commit 52880b5a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,8 @@ export class SocketManager extends EventListener {
this.authenticated?.abort();
this.unauthenticated?.abort();
this.authenticated = undefined;
this.unauthenticated = undefined;
}
//