kawaii-mqtt icon indicating copy to clipboard operation
kawaii-mqtt copied to clipboard

基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient

Results 7 kawaii-mqtt issues
Sort by recently updated
recently updated
newest added

when I use gdb to debug my app with libmqttclient.so in my A40i board with Ubuntu, I can't receive mqtt message from borker, have you ever met this, thanks!

1、解决服务器断开连接情况下,mqtt客户端不释放socket资源导致的socket文件句柄用尽的问题 2、优化个别地方的LOG打印信息,正常输出的信息使用LOG_I级别,错误信息使用LOG_E

服务器主动断开了连接时可立即触发进行重连 --- 之前通过keepalive来判断连接是否断开用时太长,若有用户讲keepalive设置较大的时检测断开的周期会变的很久

Hi. I use this in rtthread, but it blocked in ![image](https://user-images.githubusercontent.com/7071490/93437914-22a7e980-f8ff-11ea-96e3-1a0aa14fe0be.png)

你好,我发现MQTT首次订阅, 不管成功、失败, 都会从ACK链表中移除,这样就会导致那么没有订阅成功的主题丢失?