You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make passing of LD_NONBLOCKING in C bindings consistent (#107)
Before, the asynchronous methods (`Flush`/`Identify`) were taking a
signed int milliseconds argument, where negative represented
nonblocking, and 0/positive numbers were a delay.
This reduces the state to simply 0/positive numbers. `LD_NONBLOCKING` is
defined as 0. There's no point having a 3rd state for nonblocking.
0 commit comments