You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly sure what the issue is. I have confirmed that the broker is online and functioning and even tested PubSubClient as a control, it worked fine.
Any advise is appreciated. It seems that the MQTT task is failing.
The text was updated successfully, but these errors were encountered:
It seems most likely that the configuration is correct but there is not enough memory available to run the ESP-IDF MQTT component which tries to create a Frertos task. You could try to reduce the mqtt_task_stack_size, re-arrange the memory size for other tasks you have, or try the same configuration with another board in order to increase the memory available to be able to create this necessary MQTT task.
I can confirm that changing the task stack size makes 0 difference. I've tried various sizes, as low as 1024, and nothing helps. same exact error. I've implemented other asynchronous MQTT client libs, and they work fine. At this point, i have nothing else that i can try other than to move away from this library.
Not exactly sure what the issue is. I have confirmed that the broker is online and functioning and even tested
PubSubClient
as a control, it worked fine.Any advise is appreciated. It seems that the MQTT task is failing.
The text was updated successfully, but these errors were encountered: