Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

v0.0.3: Avoid creating zombies

Latest
Compare
Choose a tag to compare
@zoni zoni released this 19 Apr 13:58
When the exec publisher failed to write to stdin it would return early,
before calling cmd.Wait(). Explicitly call cmd.Wait() even in this
instance to ensure resources are freed.