atmosphere-vertx
atmosphere-vertx copied to clipboard
AtmosphereResource.resume doesn't terminate connection
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 do something out of its design. Anyway, what can I do for working around this problem?
@flowersinthesand I'm surprised it doesn't work as I did test it...but I may regressed it as well :-) I will take a look as soon as I can. Thanks!