Add Closed event to ShellStream.#1332
Conversation
…event to detect if channel is closed by server **in time**.
|
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. |
I should search first. Anyway I'm not alone. Thanks! |
|
What's the use case here? Now that Read blocks until the channel is closed, can you just wait until Read returns 0? |
We don't call |
|
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