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

No cancel signal to the Publisher of a streaming client request #284

Open
rstoyanchev opened this issue Feb 14, 2018 · 3 comments
Open

No cancel signal to the Publisher of a streaming client request #284

rstoyanchev opened this issue Feb 14, 2018 · 3 comments
Labels
for/netty This belongs to the Netty project type/enhancement A general enhancement

Comments

@rstoyanchev
Copy link
Contributor

Symmetrical to #283, this ticket is for client to server streaming. If the client is not writing for some period of time, it remains unaware of a server shutdown. On the next attempt to write, the client response gets an error notification.

@violetagg violetagg added this to the 0.7.4.RELEASE milestone Feb 14, 2018
@smaldini smaldini added type/bug A general bug for/netty This belongs to the Netty project type/enhancement A general enhancement and removed type/bug A general bug labels Feb 14, 2018
@smaldini smaldini modified the milestones: 0.7.4.RELEASE, 0.8.x Backlog Feb 15, 2018
@smaldini smaldini modified the milestones: 0.8.x Backlog, 0.9.x Backlog Feb 7, 2019
@razorcd
Copy link

razorcd commented May 22, 2019

can you give us an update on the issue?
We are looking forward to this fix.

@trovanfloyd
Copy link

I'm also interested on this solution to be done :)

@violetagg violetagg modified the milestones: 0.9.x Maintenance Backlog, 1.0.0 Backlog Oct 19, 2020
@violetagg
Copy link
Member

@rstoyanchev I think that this PR #1480 will address this issue. We instruct Netty to read once we send the headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for/netty This belongs to the Netty project type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

5 participants