Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIOPipeBootstrap: should default to .allowRemoteHalfClosure: true #1846

Open
weissi opened this issue May 4, 2021 · 0 comments
Open

NIOPipeBootstrap: should default to .allowRemoteHalfClosure: true #1846

weissi opened this issue May 4, 2021 · 0 comments
Labels
semver/major Breaks existing public API.
Milestone

Comments

@weissi
Copy link
Member

weissi commented May 4, 2021

I think when programming with pipes, the Channel should probably default to .allowRemoteHalfClosure: true because 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.

@weissi weissi added the semver/major Breaks existing public API. label May 4, 2021
@weissi weissi added this to the 3.0.0 milestone May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/major Breaks existing public API.
Projects
None yet
Development

No branches or pull requests

1 participant