]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use enableProtocol (#13374)
authorArtur Signell <artur@vaadin.com>
Wed, 5 Mar 2014 19:39:53 +0000 (21:39 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 21 Mar 2014 11:57:41 +0000 (11:57 +0000)
Change-Id: I93385237416bb59e82e84fb1ca214b7024c7180c

client/src/com/vaadin/client/communication/AtmospherePushConnection.java

index f9ef537830ea930df8e98ae20a26b81c2e1bf241..7e37f6be88d93599631544836b6dd9d2f0127a84 100644 (file)
@@ -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)
         };
     }-*/;