esp-idf/components/esp_websocket_client
xutao 2a4c338ac4 websocket_client: fix some issues for websocket client
1. will post twice disconnect event when read error
    2. will block `timeout` times when set disable_auto_connect
    3. When `esp_websocket_client_stop` before `esp_websocket_client_send*`,
    if the `esp_websocket_client_send*` fails, the status will change to
     'WEBSOCKET_STATE_WAIT_TIMEOUT', and the next `esp_websocket_client_start` will fail forever
2020-11-19 15:59:47 +08:00
..
include Websocket client: avoid deadlock if stop called from event handler 2020-09-01 15:30:40 +08:00
CMakeLists.txt esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
component.mk esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
esp_websocket_client.c websocket_client: fix some issues for websocket client 2020-11-19 15:59:47 +08:00