diff options
-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) }; }-*/; |