You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried those, but one of the streams never reaches end (EndOfStream == true).
How should this be implemented if I need to capture the output of both streams and detect when there is no more new data on them?
The text was updated successfully, but these errors were encountered:
it would be unexpected if one stream is closed but the other isn't. Here is a test example of reading both streams. In this case, it calls Execute which returns stdout (OutputStream) as a string
Hi, I need to implement commands over ssh and I've found this: https://stackoverflow.com/questions/31587924/ssh-net-real-time-command-output-monitoring#31637155
I've tried those, but one of the streams never reaches end (EndOfStream == true).
How should this be implemented if I need to capture the output of both streams and detect when there is no more new data on them?
The text was updated successfully, but these errors were encountered: