You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 theevent_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?
The text was updated successfully, but these errors were encountered: