wpilibsuite / shuffleboard

A modern dashboard for FRC
Other
80 stars 83 forks source link

Use ConcurrentHashMap for static collection of NT sources #779

Closed Starlight220 closed 1 year ago

Starlight220 commented 1 year ago

Might fix #770? Seems like a very small/simple fix, but on the other hand this may be what's happening: the relevant exception in the log here is a ConcurrentModificationException on this collection.

Not sure why this would break all sources, though. Maybe the CME is interrupting an iteration?