dronord

Results 3 issues of dronord

Hello. I have Fedora linux x64 and libssh-0.9.6-1 libyang-2.0.112 libnetconf2-2.0.24 My program do nc_connect_ssh(by pass) and next nc_session_free(). While closing successful connection, i get pause for ~15s and errors after:...

is:question

Or rewrite self.fixed for speed: ``` self.fixed = None self.fixed = self.initServer() ... def getServer(): if self.fixed: return self.fixed ```

Hello. Are there any plans to use asyncio in this nice project?

enhancement