Close socket connection on not authorized woka

This commit is contained in:
Alexis Faizeau 2022-03-18 11:44:25 +01:00
parent 33e78060d4
commit 9c99d760f7

View File

@ -349,7 +349,9 @@ export class RoomConnection implements RoomConnection {
break;
}
}
if (this.closed) {
this.closeConnection();
break;
}