mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +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.