Close socket connection on not authorized woka
This commit is contained in:
parent
33e78060d4
commit
9c99d760f7
@ -349,7 +349,9 @@ export class RoomConnection implements RoomConnection {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.closed) {
|
||||
this.closeConnection();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user