csierra commented on a change in pull request #398: [Draft] SSE implementation
using AsyncContext
URL: https://github.com/apache/cxf/pull/398#discussion_r180535156
##########
File path:
systests/rs-sse/rs-sse-base/src/main/java/org/apache/cxf/systest/jaxrs/sse/BookStore.java
##########
@@ -124,6 +124,7 @@ public void stop() {
broadcaster.broadcast(createStatsEvent(builder.name("book"),
1000));
broadcaster.broadcast(createStatsEvent(builder.name("book"),
2000));
+ Thread.sleep(2000);
Review comment:
definitely... I totally agree
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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