Search found 1 match
- Sun Sep 12, 2021 5:57 pm
- Forum: ESP32 Arduino
- Topic: Buffer/Memory issue with Websockets and ESP32-Cam
- Replies: 1
- Views: 4660
Re: Buffer/Memory issue with Websockets and ESP32-Cam
I faced the similar issues with AsyncWebSocket when sending huge data continuously . I was sending binary image from esp32 cam board and each image was 5Kb . So when we keep sending messages , the queue gets full if connection is slow or receiver is slow. Then It consumes whole heap memory available...