Skip to content

Fix ConcurrentModificationException

Albert Vaca Cintora requested to merge work/fixCME into master

When a device disconnects while we are processing a sinkList network packet that made us iterate over listeners while elements where added/removed.

Merge request reports