Hi, We are processing HTTP requests with a route like A -> B -> seda:log-stuff
Where B produces the actual response that we want sent back to the client.This used to work in 1.6, but does not in 2.2. I thought the waitForTaskToComplete=Never was the answer, but that didn't work either.
Any ideas on how I can get a response back to the client immediately after B produces it?
Thanks.
