Update README.md

This commit is contained in:
David Lin 2020-03-06 09:05:03 +08:00 committed by GitHub
parent 3d95ace7fe
commit 2c9f8b2ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ mqtt_ack_list_unrecord(c, UNSUBACK, packet_id, &msg_handler)
```
3. 销毁对应的订阅消息处理函数
```c
mqtt_msg_handler_destory(msg_handler);
mqtt_msg_handler_destroy(msg_handler);
```
## 来自服务器的`发布`报文的处理
```c