mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
when esp_event_handler_unregister_with_internal cannot take the loop mutex (e.g., when the handler unregisters itself), create an event with a special base identifier and add it to the queue of the corresponding loop to postpone the removal of the handler from the list at a time when the loop mutex can be successfully taken.
Supported Targets | ESP32 | ESP32-C3 | ESP32-S2 | Linux |
---|
For testing on linux, please deactivate the task stack overflow watchpoint