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 Sep 20, 2018. It is now read-only.
I've encountered a situation where pushy is leaking an open file descriptor (shows up as pipe under lsof) when the connection is closed. I think I've tracked it down to connection.server.stderr. I'm seeing this on Linux, so I'm not sure it applies everywhere. This is the simplest example I could come up with to illustrate (relies on psutil).
Thanks for reporting the issue and the repro. I'm away for work at the moment, so won't get to this for a bit. If you end up with a fix before me, please do send through a pull request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've encountered a situation where
pushy
is leaking an open file descriptor (shows up aspipe
underlsof
) when the connection is closed. I think I've tracked it down toconnection.server.stderr
. I'm seeing this on Linux, so I'm not sure it applies everywhere. This is the simplest example I could come up with to illustrate (relies onpsutil
).output:
The text was updated successfully, but these errors were encountered: