-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.3.0 Features - add events for begin/end thread (d7fa24b) - Make example to use certificate bundle (aecf6f8) - propagate esp_tls stack error and cert verify flags (234f579) - Add option to set and use cert_common_name in Websocket client (3a6720d) - adding support for `if_name` when using WSS transport (333a689) - allow updating reconnect timeout for retry backoffs (bd9f062) - allow using external tcp transport handle (83ea287) - adding support for `keep_alive_enable` when using WSS transport (c728eae) Bug Fixes - Prevent crash on network disconnect during send (a453ca1) - use proper interface to delete semaphore (991ac40) - Move client to different state when disconnecting (0d8f2a6) - fix of websocket host example (5ccc018) - don't get transport from the list if external transport is used (9d4d5d2) - Fix locking issues of `esp_websocket_client_send_with_exact_opcode` API (6393fcd)
- Loading branch information
1 parent
a453ca1
commit 2bcfa45
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters