Skip to content

Commands with no output cause run_command to block until completion #56

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

Closed
pkittenis opened this issue Feb 23, 2016 · 0 comments
Closed

Comments

@pkittenis
Copy link
Member

client = ParallelSSHClient(['localhost'])
client.run_command('sleep 10')

Blocks for 10sec. Cmd should be started asynchronously instead.

@pkittenis pkittenis changed the title Commands with no output cause run_command to block until completion Commands with no output cause run_command to block until either output or completion Feb 23, 2016
@pkittenis pkittenis changed the title Commands with no output cause run_command to block until either output or completion Commands with no output cause run_command to block until completion Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant