-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Resteasy mutiny : multi subscription not cancelled if the request is cancelled from browser. #13988
Comments
/cc @cescoffier, @jponge |
cc @FroMage |
I can confirm this bug. |
Hold on, was this for RESTEasy or RESTEasy Reactive? I only fixed it for the latter. |
@FroMage I am using below dependencies.. i have checked with 1.13.6.Final, the issue still exists..
|
+1 from me. Issues still exists for RESTEasy. |
issue still exists in RESTEasy but in RESTEasy Reactive is fixed, if you can fix it also for RESTEasy it will be perfect! |
Describe the bug
When using resteasy with mutiny, I am sending an infinite stream as output and have opened the endpoint in the browser
http://localhost:8080/block/test
After some time I have cancelled the request from browser but the server is still generating data. I am very new to Quarkus and testing out stuff, please correct if I am doing anything wrong. Please check the screenshot for the dependencies used.
Expected behavior
Multi should stop generating data if the request is cancelled. The subscription should be cancelled on request cancel.
Actual behavior
Multi is still generating data even though the request is cancelled.
Screenshots
Environment (please complete the following information):
uname -a
orver
:java -version
: 11mvnw --version
orgradlew --version
):The text was updated successfully, but these errors were encountered: