ADTRAN / netconf_client

A NETCONF client for Python 3.8+
https://adtran.github.io/netconf_client/
Other
15 stars 18 forks source link

Connecting to a non-netconf ssh server may cause threads to leak / stay open. #35

Closed GeoffAliro closed 9 months ago

GeoffAliro commented 9 months ago

In "connect_ssh" if the calls to either "invoke_subsystem" or "open_session" fail for some reason, the transport is still connected and is never cleaned up, because we never create the SshSessionSock or the Session object.

JennToo commented 9 months ago

Thanks!

Released in 2.5.1