SINTEF-9012 / chestbelt

SINTEF ChestBelt Driver and Application
2 stars 0 forks source link

ChestBelt driver - Concurrent modification in listenners list #1

Open fleureyf opened 11 years ago

fleureyf commented 11 years ago

java.util.ConcurrentModificationException at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:569) at org.thingml.chestbelt.driver.ChestBelt.run(ChestBelt.java:197) at java.lang.Thread.run(Thread.java:856)

ffleurey commented 11 years ago

All loops to notify listeners should use an iterators.