mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
This race was caused by holding a lock while calling into FRC_ChipObject, which was waiting for the callback to exit before returning, and our callback wanted to grab the same lock.