summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-04-29 11:18:56 +0300
committerArtur Signell <artur@vaadin.com>2013-04-29 11:18:56 +0300
commitf3f6ab0df5b525aca092a06613fade93c5b9ab44 (patch)
tree468080f42dea8aa107132ccc6f83e15cb62fb21a
parent9b56a22ae891574fa6a899f66d144d6f01a874ec (diff)
downloadvaadin-framework-f3f6ab0df5b525aca092a06613fade93c5b9ab44.tar.gz
vaadin-framework-f3f6ab0df5b525aca092a06613fade93c5b9ab44.zip
Try almost indefinitely to re-establish a push connection (#11727)
Change-Id: I11e5affdda794dbb3ab63796f3a682fea76c6e44
-rw-r--r--client/src/com/vaadin/client/communication/AtmospherePushConnection.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/communication/AtmospherePushConnection.java b/client/src/com/vaadin/client/communication/AtmospherePushConnection.java
index bd666cb464..f6b704ed9b 100644
--- a/client/src/com/vaadin/client/communication/AtmospherePushConnection.java
+++ b/client/src/com/vaadin/client/communication/AtmospherePushConnection.java
@@ -333,6 +333,7 @@ public class AtmospherePushConnection implements PushConnection {
fallbackTransport: 'streaming',
contentType: 'application/json; charset=UTF-8',
reconnectInterval: '5000',
+ maxReconnectOnClose: 10000000,
trackMessageLength: true
};
}-*/;