lf-lang / reactor-c

A reactor runtime written in C
Other
10 stars 23 forks source link

Dont apply/subtract clock sync offset from NEVER/FOREVER #427

Closed erlingrj closed 1 month ago

erlingrj commented 1 month ago

This caused an error when a worker tried to sleep FOREVER and and applied a positive offset and the wakeup instant wrapped and got negative.

@edwardalee: Note that this is a PR into your existing clock-sync PR. It might fix the CI issue