Update README.md
This commit is contained in:
parent
3d95ace7fe
commit
2c9f8b2ff8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue