-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
dotnet/corefx
#39526Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.IO.Pipelines
Milestone
Description
PipeWriter.OnReaderCompleted is basically impossible to implement on anything but the default Pipe
implementation. When there's no reader on the other side consuming the data (like the StreamPipeReader), this method can't do anything but noop. It should have been put on the concrete implementation but not on the abstract class.
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.IO.Pipelines