diff options
author | Artur Signell <artur@vaadin.com> | 2014-03-05 21:39:53 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-03-21 11:57:41 +0000 |
commit | 62de772364b08c9251bcb64aacf617f3108cdd1e (patch) | |
tree | 7feb456c19f7467fb8808a09cdd6ef1ba9aeba39 | |
parent | 0843fa7da8f7044016252ad2278401be91dede19 (diff) | |
download | vaadin-framework-62de772364b08c9251bcb64aacf617f3108cdd1e.tar.gz vaadin-framework-62de772364b08c9251bcb64aacf617f3108cdd1e.zip |
Use enableProtocol (#13374)
Change-Id: I93385237416bb59e82e84fb1ca214b7024c7180c
-rw-r--r-- | client/src/com/vaadin/client/communication/AtmospherePushConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/communication/AtmospherePushConnection.java b/client/src/com/vaadin/client/communication/AtmospherePushConnection.java index f9ef537830..7e37f6be88 100644 --- a/client/src/com/vaadin/client/communication/AtmospherePushConnection.java +++ b/client/src/com/vaadin/client/communication/AtmospherePushConnection.java @@ -450,7 +450,7 @@ public class AtmospherePushConnection implements PushConnection { timeout: -1, maxReconnectOnClose: 10000000, trackMessageLength: true, - enableProtocol: false, + enableProtocol: true, messageDelimiter: String.fromCharCode(@com.vaadin.shared.communication.PushConstants::MESSAGE_DELIMITER) }; }-*/; |