fix(core): update

This commit is contained in:
2019-06-10 17:46:06 +02:00
parent 8410e09a4d
commit cb80e4dc2e
3 changed files with 27 additions and 6 deletions
@@ -29,6 +29,7 @@ export class UniverseConnection {
socketConnection: plugins.smartsocket.SocketConnection;
authenticationRequests
}) {
this.socketConnection,
// TODO: check if this is correct
this.socketConnection.socket.disconnect();
}
}