OVMS3-idf/components/esp_websocket_client
David Cermak 4e8c1b91c0 ws_client: fixed posting to event loop with websocket timeout
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
2019-11-01 14:02:58 +00:00
..
include esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
CMakeLists.txt examples: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
esp_websocket_client.c ws_client: fixed posting to event loop with websocket timeout 2019-11-01 14:02:58 +00:00