From 3c11c3971e3b0443471bc7f9fbd1c650362f7844 Mon Sep 17 00:00:00 2001 From: name5566 Date: Thu, 22 Oct 2015 22:39:42 +0800 Subject: [PATCH] websocket remark --- TUTORIAL_ZH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TUTORIAL_ZH.md b/TUTORIAL_ZH.md index da62f0f9..82ac632e 100644 --- a/TUTORIAL_ZH.md +++ b/TUTORIAL_ZH.md @@ -278,6 +278,8 @@ ws.onopen = function() { 2015/09/25 07:50:03 [debug ] hello leaf ``` +在 Leaf 中使用 WebSocket 需要注意的一点是:Leaf 总是发送二进制消息而非文本消息。 + ### Leaf 模块详解 LeafServer 中包含了 3 个模块,它们分别是: