Skip to content

Commit 3c11c39

Browse files
committed
websocket remark
1 parent f7f403b commit 3c11c39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TUTORIAL_ZH.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ ws.onopen = function() {
278278
2015/09/25 07:50:03 [debug ] hello leaf
279279
```
280280

281+
在 Leaf 中使用 WebSocket 需要注意的一点是:Leaf 总是发送二进制消息而非文本消息。
282+
281283
### Leaf 模块详解
282284

283285
LeafServer 中包含了 3 个模块,它们分别是:

0 commit comments

Comments
 (0)