<p>Hi, </p>
<p>would it be possible to provide async functionality for ShellStream.Expect similar to what's available for SSHCommand?</p>
<p> </p>
<p>This would allow us to run the worker thread in the background, keeping the main form thread free for event processing etc.</p>
<p> </p>
<p>It might also be usefull to provide Async version of SshClient.Connect method... especially for people with slow connections to host!</p>
<p> </p>
<p>Cheers,</p>
<p> </p>
<p>Paul</p>
Comments:
<p>would it be possible to provide async functionality for ShellStream.Expect similar to what's available for SSHCommand?</p>
<p> </p>
<p>This would allow us to run the worker thread in the background, keeping the main form thread free for event processing etc.</p>
<p> </p>
<p>It might also be usefull to provide Async version of SshClient.Connect method... especially for people with slow connections to host!</p>
<p> </p>
<p>Cheers,</p>
<p> </p>
<p>Paul</p>
Comments:
I added some BeginExcept methods in 22349 commit.
Please check it out and let me know if you need more then that.
Thanks,
Oleg