scalecube-gateway
scalecube-gateway copied to clipboard
In HttpGatewayAcceptor on client close or disconnect stream still hangs
trafficstars
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.
I've created an issue in reactor-netty about it. https://github.com/reactor/reactor-netty/issues/581
@segabriel Looks like this has to be fixed in reactor netty 0.9.0.RELEASE