提交 c32cdacd 编写于 作者: A Annie_wang

update docs

Signed-off-by: NAnnie_wang <annie.wangli@huawei.com>
上级 028fdcb7
......@@ -8,19 +8,21 @@
**Error Message**
Over max subscribe limits.
Over max limits.
**Description**
The number of subscriptions has reached the limit for **on('dataChange')**.
The number of subscriptions or the number of opened result sets has reached the limit.
**Possible Causes**
The number of subscriptions has reached the limit for **on('dataChange')**.
1. The number of subscriptions made through **on()** reaches 8.
2. The number of result sets opened by **getResultSet()** reaches 8.
**Solution**
Unregister unnecessary subscriptions and try again.
1. Cancel the subscriptions that are not required.
2. Close the result sets that are no longer required.
## 15100002 Parameter Configuration Changes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册