modify room init

This commit is contained in:
dwelle
2023-01-01 17:35:27 +01:00
parent 1c84872b31
commit dffce96995
2 changed files with 9 additions and 21 deletions

View File

@@ -64,6 +64,7 @@ class Portal {
return;
}
this.queueFileUpload.flush();
this.socket.off();
this.socket.close();
this.socket = null;
this.roomId = null;