Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.0 Features - Added new API `esp_websocket_client_append_header` (39e9725) - Added new APIs to support fragmented messages transmission (fae80e2) `esp_websocket_client_send_text_partial`, `esp_websocket_client_send_bin_partial` `esp_websocket_client_send_cont_mgs` `esp_websocket_client_send_fin` `esp_websocket_client_send_with_exact_opcode` Bug Fixes - Return status code correctly on esp_websocket_client_send_with_opcode (ac8f1de) - Fix pytest exclusion, gitignore, and changelog checks (2696221)
- Loading branch information