chore: update the change logs for #9712

This commit is contained in:
Shawn 2023-01-10 17:09:53 +08:00
parent 73643e932f
commit 3ced422a7a
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Fixed the problem of '404 Not Found' when calling the HTTP API '/clients/:clientid/subscribe/bulk'
from the plug-ins and data-bridges on handling the 'client.connected' event.

View File

@ -0,0 +1,2 @@
修复了监听 `client.connected` 事件的插件和数据桥接在调用 `/clients/:clientid/subscribe/bulk`
HTTP 接口时报 `404 Not Found` 的问题。