Hi

I'm trying to query Cassandra asynchronously from inside an HttpHandler, but by the time the listener is run, Undertow has closed the response channel. Is there some way to keep it open? Can you suggest another approach?

Thanks
Adrian