Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSH module is not showing live stdout/stderr
The IOBuffer object that is meant to show realtime messages coming from the SSH commands was not passed to the event loop. Instead, it was called as a normal callback. asyncio.ensure_future() is now used to ensure that task will run.
- Loading branch information