Uh oh!
There was an error while loading. Please reload this page.
Add Closed event to ShellStream. - #1332
Conversation
…event to detect if channel is closed by server **in time**.
jscarle
commented
Feb 21, 2024
Can you please link #44 in your description to close it with this PR? |
In our case, for some reason, the server may send channel close message to the client. As the client, we want to know this event in time and do some follow up work. |
scott-xu
commented
Feb 21, 2024
I should search first. Anyway I'm not alone. Thanks! |
Rob-Hague
commented
Feb 21, 2024
What's the use case here? Now that Read blocks until the channel is closed, can you just wait until Read returns 0? |
scott-xu
commented
Feb 21, 2024
We don't call |
WojciechNagorski
commented
Feb 21, 2024
I think we can merge this PR. Fits the current SSH.NET architecture. |
Lib consumer could hook to this event to detect if channel is closed by server in time.
Closes#44