jeremyschulman / aio-ipfabric

Python 3.8 asycnio client for IP Fabric
Apache License 2.0
6 stars 3 forks source link

Need the ability to "re-login" after closing the client session #21

Closed jeremyschulman closed 3 years ago

jeremyschulman commented 3 years ago

If you are using the client in a context manager, then the channel is closed. This issue fixes this bug for subsequent uses.