From 8742e11f7cdd6b8f91d593b459ff4a0e9875754e Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 18 Dec 2014 09:12:43 +0200 Subject: [PATCH] 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 | 2 +- push/ivy.xml | 4 ++-- server/src/com/vaadin/server/Constants.java | 2 +- .../vaadin/server/communication/PushRequestHandler.java | 7 +++++++ uitest/src/com/vaadin/tests/push/TrackMessageSizeUI.java | 3 ++- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/push/build.xml b/push/build.xml index 0a106f5023..b7d57cf4d3 100644 --- a/push/build.xml +++ b/push/build.xml @@ -16,7 +16,7 @@ - + diff --git a/push/ivy.xml b/push/ivy.xml index fef53b4c9b..b899b34af7 100644 --- a/push/ivy.xml +++ b/push/ivy.xml @@ -1,9 +1,9 @@ - + - + ]>