Skip to content

1.0.4: Process Pool Bug Fixes and Improvements; Better Documentation

Compare
Choose a tag to compare
@ssigwart ssigwart released this 06 Jul 19:27
· 4 commits to master since this release
3a2abe9
  • Process pool bug fixes and improvements
    • Handle exit in message handler better.
    • Add ProcessPoolUnexpectedEOFExceptionWhileWaitingForRequest to differentiate between an EOF mid-request versus waiting for a new request.
    • Include start of input buffer in ProcessPoolUnexpectedMessageException exceptions.
    • Ignore exceptions when cleaning up processes in destructor.
    • Handle process exit better.
    • Updated documentation that hasStdoutData and hasStderrData includes if it has empty data indicating EOF.
    • Added waitForStdoutOrStderr.
  • Updated README