Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

In HttpGatewayAcceptor on client close or disconnect stream still hangs #18

Open
artem-v opened this issue Nov 20, 2018 · 2 comments
Open
Assignees

Comments

@artem-v
Copy link
Contributor

artem-v commented Nov 20, 2018

At HttpGatewayAcceptor when client is being connected and not yet received response, at this moment client can disconnect or connection can be closed but the stream of service call is being left untouched, i.e. client disappears but resource is occupied.
On http client close we must dispose stream produced by service call and free resources on service side.

@artem-v artem-v assigned stingion and unassigned snripa Jan 15, 2019
@segabriel
Copy link
Member

segabriel commented Jan 21, 2019

I've created an issue in reactor-netty about it.
reactor/reactor-netty#581

@ronenhamias ronenhamias transferred this issue from scalecube/scalecube-services Jun 9, 2019
@artem-v artem-v assigned snripa and unassigned stingion Nov 12, 2019
@artem-v
Copy link
Contributor Author

artem-v commented Nov 12, 2019

@segabriel
Looks like this has to be fixed in reactor netty 0.9.0.RELEASE

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants