fix(core): update

This commit is contained in:
2021-02-01 22:36:37 +00:00
parent 2a9e58cc35
commit 23cca6cce3
2 changed files with 7 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ export class SocketConnection {
);
await this.disconnect();
allSocketConnections.remove(this);
this.eventSubject.next('disconnected');
});
}