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
Ensure the application wait thread is unaffected by broken pipes
In certain situations we could not get to the exit_if_finished call and
the thread would just die silently. This would lead to the application
process failing to exit at all, so it would have to be killed with a
SIGKILL.
0 commit comments