NIOPipeBootstrap: should default to .allowRemoteHalfClosure: true
#1846
Labels
semver/major
Breaks existing public API.
Milestone
I think when programming with pipes, the
Channelshould probably default to.allowRemoteHalfClosure: truebecause it's quite likely that the input is shut down whilst the output is still ongoing.Changing it is probably SemVer major, so we should maybe delay this to NIO 3?
See also this question in the forums.
The text was updated successfully, but these errors were encountered: