iobio / minion

Server wrapper that turns command line tools into web services
MIT License
60 stars 9 forks source link

Destroy sockets in minion #8

Closed chmille4 closed 8 years ago

chmille4 commented 9 years ago

minion potentially leaking sockets. At the moment, minion calls socket.end(), but not socket.destory()

yiq commented 9 years ago

Which might be why there are lingering processes. Good catch!

Sent from my iPhone

On Feb 8, 2015, at 7:19 AM, Chase Miller notifications@github.com wrote:

minion potentially leaking sockets. At the moment, minion calls socket.end(), but not socket.destory()

— Reply to this email directly or view it on GitHub.