esp-idf icon indicating copy to clipboard operation
esp-idf copied to clipboard

Make esp_mbedtls_server_session_create async compatible (IDFGH-13606)

Open thetek42 opened this issue 5 months ago • 2 comments

This makes esp_mbedtls_server_session_create async-friendly by splitting up the function into two parts. This change was originally proposed here in order to make an asynchronous TLS server possible: https://github.com/esp-rs/esp-idf-svc/pull/368#discussion_r1512376482

thetek42 avatar Sep 03 '24 11:09 thetek42