jon-bell commented on issue #256: repackaged external artifacts (utilities) with no duplicates and use in extensions-api with Commandline URL: https://github.com/apache/maven-surefire/pull/256#issuecomment-561859927 @Tibor17 The main process should send a `BYE` command to the forked process, and we should define in the protocol that after `BYE` is sent, no more data can be sent - that will allow the forked process to stop blocking on `read`. This will be somewhat more performant in some cases than waiting for `read` to return `-1`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services