Gaurav-Aggarwal-AWS
Gaurav-Aggarwal-AWS
I have not used conan center before, so my assessment may be wrong. Conan center seems to be a place focusing on publishing binaries rather than source packages whereas FreeRTOS...
Thank you for sharing the details. We currently do not have any plans of publishing to conan center but we will keep you posted if that changes in future. In...
It seems like after the MQTT keep alive times out, [this log statement](https://github.com/FreeRTOS/coreMQTT-Agent/blob/main/source/core_mqtt_agent_command_functions.c#L79) is causing the core to panic which is what we want to debug. Can you use CONFIG_ESP_SYSTEM_PANIC_GDBSTUB...
> Am I right that issue might be caused by pTopicName where it is blank (and should be /filter/SubPub0) but topicNameLength is 40006 ? You are absolutely right. It seems...
Also, are you using one of the examples or are you writing your own application? If you are writing your own application, it would be good if you can share...
I think there is race condition causing the `MQTTPublishInfo_t` to go out of scope: 1. The `prvPublishToTopic` sends a PUBLISH request to MQTT Agent's command queue. 2. The MQTT Agent...
Apologies but I think my previous hypothesis was incorrect. The agent never times out a waiting ACK and therefore, the step 3 in my previous assessment cannot happen. Looking more...
Can you break the code in the debugger and see what this pub-sub task is doing? As it is taking longer to debug, would you like to have a debug...
> At a minimum this should be listed as a dependency, but ideally this library would work with dynamic allocation as well, as there is a bit of overhead required...
You can copy the definitions for these functions from here - * https://github.com/FreeRTOS/FreeRTOS/blob/main/FreeRTOS/Demo/CORTEX_MPU_M7_NUCLEO_H743ZI2_GCC_IAR_Keil/Demo/app_main.c#L75 * https://github.com/FreeRTOS/FreeRTOS/blob/main/FreeRTOS/Demo/CORTEX_MPU_M7_NUCLEO_H743ZI2_GCC_IAR_Keil/Demo/app_main.c#L100