You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments