Avoids Concurrent Modification Exception
This commit is contained in:
@@ -275,8 +275,8 @@ class Relay(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun resetEOSEStatuses() {
|
fun resetEOSEStatuses() {
|
||||||
afterEOSEPerSubscription.forEach {
|
afterEOSEPerSubscription.keys.toList().forEach {
|
||||||
afterEOSEPerSubscription[it.key] = false
|
afterEOSEPerSubscription[it] = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user