提交 df904652 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

Update websocket.md

上级 4e3aee79
......@@ -144,6 +144,10 @@ function sendSocketMessage(msg) {
}
```
## 注意事项
* 出于性能的权衡,在Android端底层实现上发送队列占用的内存不能超过16M,一旦超过将导致连接被关闭。
### uni.onSocketMessage(CALLBACK)
监听WebSocket接受到服务器的消息事件。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册