Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun commands over an interactive channel #125
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Same channel cannot be reused for more than one The channel object is available on all clients as well as output objects, so clients can call Regarding execute test, it is calling The public API is fully documented and most developers are able to extend functionality when needed based on that information. Suggestions and PRs are always welcome. |
This comment has been minimized.
This comment has been minimized.
The tests are for testing implementation, not as user code examples. There is function to open a channel, which execute takes as param. I'd expect most developers to be able to work with the documented API as-is, without specific examples for every function. PR welcome if you feel a specific example would be useful. Any further on this should be on the mail group, this is an issue for tracking feature implementation. |
This comment has been minimized.
This comment has been minimized.
See Code of Conduct. Abuse will not be tolerated. As with all open source projects, work is done on a volunteer basis by people offering their free time. If there is something missing that someone wants and is sufficiently motivated to do they are more than welcome to. All open source projects will say the same thing. Want something done quickly - roll up your sleeves and get going. Expect work for free and tell people with abusive language what to do.. good luck with that. |
Feature Request
run_command
that uses a single interactive channel for all commands.This provides a performance boost when running multiple commands one after another as opening/closing channels is the second most time consuming operation, after authentication.
Probably worth doing together with #114