Search found 1 match

by un0038998
Sun Sep 12, 2021 5:57 pm
Forum: ESP32 Arduino
Topic: Buffer/Memory issue with Websockets and ESP32-Cam
Replies: 1
Views: 5697

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 ...

Go to advanced search