Hugo Mackpayen

Results 1 issues of Hugo Mackpayen

Hello, I'm running this example on my local machine : ``` @Path("/pubsub/{topic}") @Produces("text/html;charset=ISO-8859-1") public class RedisPubSub { private @PathParam("topic") RedisBroadcaster topic; @GET public SuspendResponse subscribe() { return new SuspendResponse.SuspendResponseBuilder() .broadcaster(topic)...