Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH module is not showing live stdout/stderr #18

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

acerv
Copy link
Collaborator

@acerv acerv commented Mar 14, 2024

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.

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.
@acerv acerv self-assigned this Mar 14, 2024
@acerv acerv added the bug Something isn't working label Mar 14, 2024
@acerv acerv merged commit 5343375 into master Mar 14, 2024
24 checks passed
@acerv acerv deleted the ssh_live_view_fix branch March 14, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant