Search found 1 match

by cgmckeever
Thu Aug 06, 2020 3:49 pm
Forum: ESP32 Arduino
Topic: Buffer/Memory issue with Websockets and ESP32-Cam
Replies: 1
Views: 4660

Buffer/Memory issue with Websockets and ESP32-Cam

GitHub Issue https://github.com/me-no-dev/ESPAsyncWebServer/issues/820 Im trying to stream ESP32 -Cam data via Websockets (AsyncWebSocket) , and after a couple seconds device crashes and reboots. Its clear Im overflowing it, but I havent figured a way to manage this better. I put it in a timer (to ...