Search found 1 match

by Amtac Quentin
Thu Feb 07, 2019 7:40 am
Forum: ESP-IDF
Topic: ESP mbedTLS not detecting data drop
Replies: 1
Views: 3651

ESP mbedTLS not detecting data drop

Hello all, I am having issues with mbedTLS in v3.1.2 IDF detecting when data connection is lost. I am setting up an SSL connection with our companies server and communicating by sending JSON packets. I have set the connection to non-blocking and I am calling mbedtls_ssl_read and mbedtls_ssl_write in...