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
[2.0.0] Fix dropped SSL connection when buffer gets full. (#4821)
* Fix dropped SSL connection when buffer gets full.
mbedTLS requires repeated calls to mbedtls_ssl_write() whenever it returns MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE. this happens when the client sends data faster then the server or the connection can handle.
Fixes: #2494
* Update ssl_client.cpp
Add vTaskDelay()
0 commit comments