mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +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.