Wilson Conley

Results 5 comments of Wilson Conley

I am seeing this error as well, and am able to reproduce with minimal code example below: ```python import asyncio import asyncssh async def main(): async with asyncssh.connect(host="10.136.86.21", username="ansible") as...

@ronf thanks for the quick response - I tested out the change you [suggested](https://github.com/ronf/asyncssh/issues/678#issuecomment-2303781732) and it fixed the error for me. I was able to successfully reuse the client connection...

Awesome, thank you! What is the expected timeframe for the next release?

Version 2.17.0 fixes the issue for me