Not waiting on a notifier hangs stepTiming in simulation #7660
Open
Description
This hangs:
from wpilib.simulation import stepTiming
import hal
hal.initializeNotifier()
stepTiming(0.2)
@ThadHouse thinks it shouldn't hang the program. @calcmogul in #3874 (comment) seems to think it should hang it. Either it should be fixed or documented.