reta opened a new pull request #542: CXF-8022: Thread hangs using Reactor Flux when Exeption is Thrown URL: https://github.com/apache/cxf/pull/542 Indeed, there is an issue in case of error, opening the PR to get some feedback while working on the test cases. According to Reactive Streams spec (https://github.com/reactive-streams/reactive-streams-jvm), the `onError` is the terminal state: > For a Publisher: When onComplete or onError has been signalled. For a Subscriber: When an onComplete or onError has been received. However, `StreamingAsyncSubscriber` does not treat it as that. @coheigea @rmannibucau @davidkarlsen if you guys can validate my assumptions here, thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
