Files
surengab 07b3c318ee bump(websocket): 1.6.0 -> 1.6.1
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
2025-12-29 14:46:17 +04:00
..
2025-12-29 14:46:17 +04:00
2025-12-29 14:46:17 +04:00

ESP WEBSOCKET CLIENT

Component Registry

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