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 if a subprocess dies there is no way to interrupt the accept. This means that you end up blocking on the accept forever. This turned out to be an issue with the procspawn crate where if the subprocess does not spawn correctly it just hangs there forever.
The text was updated successfully, but these errors were encountered:
Currently if a subprocess dies there is no way to interrupt the accept. This means that you end up blocking on the accept forever. This turned out to be an issue with the
procspawn
crate where if the subprocess does not spawn correctly it just hangs there forever.The text was updated successfully, but these errors were encountered: