Is ESP-IDF MQTT implementation asynchronous?
Posted: Mon Jan 20, 2025 11:36 pm
I'm working on an ESP32 project that so far works well. I'm using the PubSubClient library to connect to the AWS IoT core but that one has a blocking method that I would prefer to not use.
I found the ESP-IDF MQTT implementation which seems to also work, but I haven't found anything in the documentation that mentions if it is blocking or not.
Can someone with more expertise int he codebase help me solve this question?
Thanks a lot in advance
I found the ESP-IDF MQTT implementation which seems to also work, but I haven't found anything in the documentation that mentions if it is blocking or not.
Can someone with more expertise int he codebase help me solve this question?
Thanks a lot in advance