jiejieTop / mqttclient

A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac, with a very concise The API interface realizes the quality of service of QOS2 with very few resources, and seamlessly connects the mbedtls encryption library.
Apache License 2.0
698 stars 256 forks source link

list library is not work good #105

Open mohyeganeh opened 3 months ago

mohyeganeh commented 3 months ago

hi, thank you for this library. i handle an mqtt poject with stm32f4 in keil IDE, in my project function for list is not work good. when i added a topic with subsribe function, all things is good and receive message from broker, but when reconnect by yeild thread, my list is empty from any topic and subscribe function not work.

mohyeganeh commented 2 months ago

this problem for gsm library tcpip receive, add recv char by byte and solve this problem.