me-no-dev / ESPAsyncWebServer

Async Web Server for ESP8266 and ESP32
3.8k stars 1.23k forks source link

It is possible Increase buffer size for rx data by websocket? #1423

Open HighASG936 opened 4 months ago

HighASG936 commented 4 months ago

I have to receive a lot of data socket but when received data increase to a particular MB qty yields an error at lilygo then reset itself. I wondered if increase buffer size from AsyncWebSocket would resolve the issue. But I haven't found any code or documentation about it. It is possible to customize buffer size to Rx Data?