Server Side Event not firing in Jersey 2.8 using SSE
问题 I am trying with a sample example given in the official documentation of Jersey SSE Refer " 14.5.2. Asynchronous SSE processing with EventSource " in the below link https://jersey.github.io/documentation/2.8/user-guide.html#example-simple-sse My Code is as below Client code - public class ClientSSEEventManager { public void WaitForEvents() { // Client client = ClientBuilder.newBuilder() // .register(SseFeature.class).build(); // WebTarget target = // client.target("http://localhost:8080