Closed jnioche closed 3 years ago
We iterate on an object backed by the queues, which is accessed by loads of threads. This can result in a ConcurrentModificationException. Synchronizing on the queues should help.
Fixed in 2fef9bf
We iterate on an object backed by the queues, which is accessed by loads of threads. This can result in a ConcurrentModificationException. Synchronizing on the queues should help.