espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

Question: event: running post MQTT_EVENTS: 6 with handler.... and context .... on loop ... (IDFGH-6146) #210

Closed goofy2k closed 2 years ago

goofy2k commented 2 years ago

Hi, just a question. I see messages as indicated in the issue title in my logs. What does it mean?

AndriiFilippov commented 2 years ago

Hi, @goofy2k !

This is a debugging log from the esp_event. https://github.com/espressif/esp-idf/blob/master/components/esp_event/esp_event.c#L127

goofy2k commented 2 years ago

OK, thanks Andrii, so there is nothing wrong :-). I just have to lower the logging setting to less than DEBUG.

Op do 4 nov. 2021 16:24 schreef Andrii @.***>:

Hi, @goofy2k https://github.com/goofy2k !

This is a debugging log from the esp_event.

https://github.com/espressif/esp-idf/blob/master/components/esp_event/esp_event.c#L127

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/espressif/esp-mqtt/issues/210#issuecomment-961151766, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGII3TS3H4MGRTZ54GVEO73UKKQULANCNFSM5HIPXQEA .

Alvin1Zhang commented 2 years ago

Thanks for reporting, you could also create a post on our forum at https://esp32.com, thanks.

david-cermak commented 2 years ago

@goofy2k I agree with @Alvin1Zhang , please prefer the forum for basic/general questions about IDF/ESP32(-X).

anyway, I think you're satisfied with @AndriiFilippov 's answers, so closing this issue.