This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

MQTT stops responding after fixed number of subscribe and publish

Hi everyone,

I was having RAM overflowed with stack issues which were resolved using suggestions here. Now I am facing another issue. While running mqtt I can only do a fixed number (15) of mqtt publish or subscribe requests and then mqtt stops responding to received messages. I am suspecting this as a memory issue where stack pointer reaches an undefined location. Does anyone have any suggestion to debug such an issue while the project is running? Thanks a lot

Related