mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
The static condition variable was getting destroyed before the DS thread exited, resulting in a deadlock on program exit when the DS thread tried to notify it. This change moves the condition variable into the DS thread to avoid the race.