ADTRAN / netconf_client

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

Exception during session init may cause threads to leak #38

Closed GeoffAliro closed 9 months ago

GeoffAliro commented 9 months ago

In "connect_ssh" if the Session "init" call fails, the session object won't be returned, meaning there's no way to clean up the created thread / socket.