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
When a channel's PipeReader or PipeWriter completes with an exception, that closes the channel in a way that cannot be distinguished by the remote party from a completion without exception. In effect, an error on one side results in truncated data on the other side without any kind of warning.
The text was updated successfully, but these errors were encountered:
Talk to @sharwell before fixing this if we end up throwing on the reader side where we used to just report the end of a stream, because that's a behavior-breaking change that could screw up roslyn.
When a channel's
PipeReader
orPipeWriter
completes with an exception, that closes the channel in a way that cannot be distinguished by the remote party from a completion without exception. In effect, an error on one side results in truncated data on the other side without any kind of warning.The text was updated successfully, but these errors were encountered: