Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@mikehaertl mikehaertl released this 17 Aug 06:49
· 17 commits to master since this release
290fc6c
  • Issue #20 Refactor handling of stdin/stdou/sterr streams with proc_open(). By default these streams now operate in non-blocking mode which should fix many hanging issues that were caused when the command received/sent a lot of input/output. This is the new default on Non-Windows systems (it's not supported on Windows, though). To get the old behavior the nonBlockingMode option can be set to false.