Closed comius closed 3 years ago
Adding poolers from another thread to ZLoop after ZLoop is started causes ConcurrentModification exception. The code should be either synchronized or the addPooler/removePoller method should check they are executed from the same thread.
Adding poolers from another thread to ZLoop after ZLoop is started causes ConcurrentModification exception. The code should be either synchronized or the addPooler/removePoller method should check they are executed from the same thread.