fixed logout error

This commit is contained in:
anhefti 2020-11-12 14:05:59 +01:00
parent bee3f7a059
commit 230b6edc9f

View file

@ -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();