Fix ConcurrentModificationException

Authored by albertvaka on Mar 20 2019, 9:12 PM.

Description

Fix ConcurrentModificationException

When onPacketReceived was called at the same time as getSinks, because
getSinks uses .values() and onPacketReceived does .put()

Details

Committed
albertvakaMar 20 2019, 9:12 PM
Parents
R225:b689548aa953: Remove private API usage
Branches
Unknown
Tags
Unknown