marcellussiegburg / call-alloy

MIT License
3 stars 2 forks source link

Fix killing processes after timeout #7

Closed marcellussiegburg closed 1 year ago

marcellussiegburg commented 2 years ago

There seems to be an issue with the timeout feature: zombies are lying around when the timeout fires. They only disappear when the calling Haskell application is terminated. Probably closing handles and terminating processes can be handled better.