Closed sruehl closed 2 months ago
This PR fixes #1.
Also it fixes the misalignment of out and err.
Rationale: A process might just block when you don't read STDOUT and in that case we block infinite on line 249.
@raydac: could you review this, merge it and roll out a 1.0.1 as soon as possible. Sadly this issue blocks the https://github.com/apache/plc4x build at the moment.
This PR fixes #1.
Also it fixes the misalignment of out and err.
Rationale: A process might just block when you don't read STDOUT and in that case we block infinite on line 249.