Romain Manni-Bucau created CXF-7988:
---------------------------------------
Summary: SSE sink warning on tomcat
Key: CXF-7988
URL: https://issues.apache.org/jira/browse/CXF-7988
Project: CXF
Issue Type: Improvement
Components: JAX-RS
Affects Versions: 3.3.0
Reporter: Romain Manni-Bucau
Hi guys,
I get regularly these warning using SSE on tomcat:
{code}
[cxf.jaxrs.sse.SseEventSinkImpl] Failed to close the AsyncContext cleanly:
Calling [asyncComplete()] is not valid for a request with Async state
[MUST_COMPLETE]
{code}
If it helps: I use a custom thread to send sse data
(CompletableFuture.supplyAsync(() -> {...}, executor))
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)