You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add flow control in AsyncSSH redirection to StreamWriter objects
This commit adds support for flow control when an asyncio.StreamWriter is
passed to AsyncSSH's process redirect feature. Previously, writes were
allowed indefinitely, potentially building up a large buffer in memory if
data was being sent faster than it was being consumed. Thanks go to Benjy
Wiener for reporting this issue and supplying a test script to reproduce it.
0 commit comments