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
bug #50354 [Process] Stop the process correctly even if underlying input stream is not closed (joelwurtz)
This PR was merged into the 5.4 branch.
Discussion
----------
[Process] Stop the process correctly even if underlying input stream is not closed
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | /
| License | MIT
| Doc PR | /
While checking a process to end, on posix system, process component only checks if pipes are still open, this fix ensure that if the process is terminated it correctly return, even if the underlying pipe is not closed.
It can be useful when using \STDIN as a input stream as it will always be open
Commits
-------
c89132b [Process] Stop the process correctly even if underlying input stream is not closed:
0 commit comments