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
We currently dispose the ShellStream when the underlying channel is closed.
This can lead to a NullReferenceException in, for example, ShellStream.Expect(TimeSpan timeout, params ExpectAction[] expectActions).
In case of ReadLine(TimeSpan timeout), we should return null when the channel has been closed.
The text was updated successfully, but these errors were encountered:
We currently dispose the ShellStream when the underlying channel is closed.
This can lead to a NullReferenceException in, for example,
ShellStream.Expect(TimeSpan timeout, params ExpectAction[] expectActions)
.In case of
ReadLine(TimeSpan timeout)
, we should return null when the channel has been closed.The text was updated successfully, but these errors were encountered: