mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-14 02:56:33 +02:00
Executing event loop `esp_event_loop_run()` with timeout causes delays in receiving events from user code. Fixed by removing the timeout to post synchronously. closes https://github.com/espressif/esp-idf/issues/3957 * Original commit: espressif/esp-idf@50505068c4