Stream timeout error #283
Replies: 2 comments
-
You should set the debug in IDE. The problem is about memory which you may don't have enough memory to use multiple You can use two The memory used mostly in SSL engine buffer of mbedTLS. You can use Raspberry Pi Pico W that used less memory in SSL engine while the available memory is similar to ESP32. |
Beta Was this translation helpful? Give feedback.
-
You can reduce memory usage in Replace Do not forget to call setInsecure() in ESP_SSLClient to bypass the certificate verification. You may change the tx/tx buffer size of ESP_SSLClient for proper value. In this way you can use multiple |
Beta Was this translation helpful? Give feedback.
-
Getting the stream timeout resume error repeatedly...
Used two stream callback listener and it's working well but when I use two stream callbacks and one multistream callback I got this error.
It's a glitch/ bug?
Beta Was this translation helpful? Give feedback.
All reactions