bumptech / nitro

Queueing/Networking Library
Other
112 stars 16 forks source link

event_fd is not closed #29

Open dowski opened 10 years ago

dowski commented 10 years ago

Came across this in the diesel Nitro bindings (used via PyNitro). Closing Nitro sockets that were opened with the want_eventfd option doesn't close the event_fd on the universal socket. This leads to fd leaks.

Should Nitro be closing those fds or should that be up to the event hub doing the integration?