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

AtmosphereResource.resume doesn't terminate connection

Open flowersinthesand opened this issue 11 years ago • 1 comments

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 avatar Jul 13 '13 08:07 flowersinthesand

@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!

jfarcand avatar Jul 15 '13 12:07 jfarcand