Issue with the pclose function #25
EdmondDantes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During testing, it turned out that pclose blocks the coroutine until the process finishes. That seems like correct behavior. But what’s unexpected is that this happens even if the process destructor is called 🙂
It feels like there should be some way to stop the process. For now, I’m not quite sure what to do with this.
Beta Was this translation helpful? Give feedback.
All reactions