]> source.dussan.org Git - vaadin-framework.git/commit
Update to Atmosphere 2.2 (#14534)
authorArtur Signell <artur@vaadin.com>
Thu, 18 Dec 2014 07:12:43 +0000 (09:12 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 18 Dec 2014 08:20:42 +0000 (08:20 +0000)
commit8742e11f7cdd6b8f91d593b459ff4a0e9875754e
tree5ba363a5d7128578ef3225dff519a6ee7d55fc70
parent7bea56d1606dc1a06d348badbf4a436bcf2f3835
Update to Atmosphere 2.2 (#14534)

Does not use the new heartbeat mechanism in Atmosphere 2.2 because the heartbeat
mechanism will cause the client to reconnect every 60 seconds when idle.
It does not currently work with Vaadin because no onreopen event is fired by
Atmosphere (https://github.com/Atmosphere/atmosphere-javascript/issues/141) and thus
Vaadin will wait forever for Atmosphere to indicate that the connection is available
again after the disconnect.

Change-Id: I3a61b2c5d611f09c3092f817834e6382e1ca9894
push/build.xml
push/ivy.xml
server/src/com/vaadin/server/Constants.java
server/src/com/vaadin/server/communication/PushRequestHandler.java
uitest/src/com/vaadin/tests/push/TrackMessageSizeUI.java