atmosphere-vertx icon indicating copy to clipboard operation
atmosphere-vertx copied to clipboard

Atmosphere for Vert.x

Results 3 atmosphere-vertx issues
Sort by recently updated
recently updated
newest added

With atmosphere 2.1 RC2, vertx 2.1M2, netty 4.013 we get a exception throwing loop if a SSL websocket client disconnects from atmosphere-vertx.... Non SSL clients works perfect. Downgrade to netty...

If the atmosphere vert.x plugin is listed as a dependency in a basic vert.x project created using the vertx archetype from eclipse, then the basic installed code gets a Linkage...

Due to this, AtmosphereHandler working with servlet container doesn't work with vertx. Concretly, long polling parts. https://github.com/flowersinthesand/portal-java/blob/master/atmosphere/src/main/java/com/github/flowersinthesand/portal/atmosphere/AtmosphereSocketFactory.java#L194 I haven't been looking implementation deeply yet, but it seems that VertxAsyncIOWriter does...