Resolved! MQTT pbuf_free: p->ref > 0 error
I am working on an STM32f767 project with LWIP and MQTT. Everything seemed to work for a while but eventually, I received the following assert: "pbuf_free: p->ref > 0..." which caused it to crash sometimes; but sometimes it will continue to work wit...