robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Notifier support is buggy with more then 2 notifiers #1

Closed ThadHouse closed 9 years ago

ThadHouse commented 9 years ago

If we use copies of the Java notifiers that 254 submitted to allwpilib, the code gets stuck in an infinite while loop if more then 2 notifiers are created. Trying to copy the c++ implementation, but need some help with the pointer arithmetic to make sure I am correct.

ThadHouse commented 9 years ago

Fixed in https://github.com/robotdotnet/robotdotnet-wpilib/commit/9628f5792fb7b6f4fecb5f335ed63d71b923e784 - Issue caused by semaphore error in driver station.