I have some issues sending consecutive https requests.
In my case a request is send after a short timeout after the previous request is finished.
This goes well for some time, but after a few cycles there is an error:
.
.
.
.
.
Connecting with TLS...
Loading the CA root certificate...
Loading the Client certificate...
Loading the Client Key...
Performing the SSL/TLS handshake...
Verifying peer X.509 certificate...
Connecting with TLS...
Loading the CA root certificate...
Loading the Client certificate...
Loading the Client Key...
Performing the SSL/TLS handshake...
Verifying peer X.509 certificate...
Connecting with TLS...
Loading the CA root certificate...
Loading the Client certificate...
Loading the Client Key...
ERROR: Failed! mbedtls_ssl_setup: Not enough memory
ERROR: Unable to create socket
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have some issues sending consecutive https requests.
In my case a request is send after a short timeout after the previous request is finished.
This goes well for some time, but after a few cycles there is an error: