OVMS3-idf/components/esp_websocket_client
David Cermak e1f982921a ws_client: fix handling timeouts by websocket client.
tcp-transport component did not support wait forever. this update uses value of -1 to request this state.
websocket client uses timeouts in RTOS ticks. fixed recalculation to ms (including special value of -1) to use correctly tcp-transport component

Closes https://github.com/espressif/esp-idf/issues/4316
2019-11-18 10:59:41 +00:00
..
include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00: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: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00