raydac / gosdk-wrapper-maven-plugin

Maven plugin to provide a way to execute GoSDK tools
Apache License 2.0
3 stars 2 forks source link

Fix/process hang #2

Closed sruehl closed 2 months ago

sruehl commented 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.

sruehl commented 2 months ago

@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.