Is it possible to send a response to the client and do some work on other thread, then send another response to the client, the that work is done?
Current state: until I call next() block in my async callback method, user doesn't get any data. Expected: get first response, then append the second response to the first response. Is it possible? Or it doesn't even make sense?