mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The object was being destroyed due to the error handling path. Instead, defer to the next loop cycle using a one-shot timer. Properly handle error return values from Send functions. Fix UB in accessing one past the end of a vector.