grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Invoke call.close only if call was not cancelled

Open mopfattn opened this issue 8 months ago • 1 comments
trafficstars

We experienced an issue with streaming responses. When we have multiple active requests and one of the requests is cancelled by the client, then all other requests are also closed.

It appears that invoking call.close an a cancelled call somehow affects the established http connection which is then closed by the http server.

mopfattn avatar Feb 28 '25 07:02 mopfattn

This PR somehow doesn't trigger test. Is this still an issue? If yes, can you try rebase it into the main branch?

duckladydinh avatar Aug 24 '25 11:08 duckladydinh