mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-28 17:57:31 +02:00
1.3.0 Features - add events for begin/end thread (d7fa24bc
) - Make example to use certificate bundle (aecf6f80
) - propagate esp_tls stack error and cert verify flags (234f579b
) - Add option to set and use cert_common_name in Websocket client (3a6720de
) - adding support for `if_name` when using WSS transport (333a6893
) - allow updating reconnect timeout for retry backoffs (bd9f0627
) - allow using external tcp transport handle (83ea2876
) - adding support for `keep_alive_enable` when using WSS transport (c728eae5
) Bug Fixes - Prevent crash on network disconnect during send (a453ca1f
) - use proper interface to delete semaphore (991ac40d
) - Move client to different state when disconnecting (0d8f2a6d
) - fix of websocket host example (5ccc018a
) - don't get transport from the list if external transport is used (9d4d5d2d
) - Fix locking issues of `esp_websocket_client_send_with_exact_opcode` API (6393fcd7
)
ESP WEBSOCKET CLIENT
The esp-websocket_client
component is a managed component for esp-idf
that contains implementation of WebSocket protocol client for ESP32
Examples
Get started with example test example:
Documentation
- View the full html documentation