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
Currently, we use sd-event for event loop and event sources. Make sure that the return code is appropriate in all cases in event handlers - if it's <0, sd-event considers that as failure and based on that it disables the event source! This is probably not what we want in all failure cases - let's double check this.
The text was updated successfully, but these errors were encountered:
Currently, we use
sd-event
for event loop and event sources. Make sure that the return code is appropriate in all cases in event handlers - if it's <0,sd-event
considers that as failure and based on that it disables the event source! This is probably not what we want in all failure cases - let's double check this.The text was updated successfully, but these errors were encountered: