saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
525 stars 139 forks source link

New release? Resolve port hanging #147

Closed ewildgoose closed 3 years ago

ewildgoose commented 3 years ago

Hi, there is an interesting commit on Jan 9th about resolving a port hang. I have been experiencing situations where I have lots of exec-port processes hanging around after running my project. First impressions are that switching to git version resolves this.

Could you consider making a new release with this fix in it?

(debugging: Projects in elixir and running on osx + linux. Using the exexec wrapper to execute both run/run_link functions)

Thanks for erlexec!

saleyn commented 3 years ago

I published the current master's HEAD to hex. Does this solve your issue?

ewildgoose commented 3 years ago

Perfect! Many thanks!