summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/communication/PushConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/communication/PushConstants.java b/shared/src/com/vaadin/shared/communication/PushConstants.java
index 2d63621c12..f16cbb7390 100644
--- a/shared/src/com/vaadin/shared/communication/PushConstants.java
+++ b/shared/src/com/vaadin/shared/communication/PushConstants.java
@@ -42,5 +42,5 @@ public class PushConstants implements Serializable {
* The character used to mark message boundaries when messages may be split
* into multiple fragments.
*/
- public static final char MESSAGE_DELIMITER = '\0';
+ public static final char MESSAGE_DELIMITER = '|';
}