mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-01-25 08:32:22 +01:00
1.6.1
Bug Fixes
- Fix race conditions, memory leak, and data loss (23ca97d5)
- Add state check in abort_connection to prevent double-close
- Fix memory leak: free errormsg_buffer on disconnect
- Reset connection state on reconnect to prevent stale data
- Implement lock ordering for separate TX lock mode
- Read buffered data immediately after connection to prevent data loss
- Added sdkconfig.ci.tx_lock config
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