fixed logout error
This commit is contained in:
parent
bee3f7a059
commit
230b6edc9f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ public class ProctoringGUIService {
|
|||
public void clear() {
|
||||
|
||||
if (!this.rooms.isEmpty()) {
|
||||
this.rooms.keySet()
|
||||
new ArrayList<>(this.rooms.keySet())
|
||||
.stream()
|
||||
.forEach(this::closeRoom);
|
||||
this.rooms.clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue