mathieucarbou / ESPAsyncWebServer

Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040
https://mathieu.carbou.me/ESPAsyncWebServer/
GNU Lesser General Public License v3.0
87 stars 17 forks source link

[PERF] AsyncEventSource writes multiple events per tcp send, including partial events that straddle buffers; Improvement: don't hold onto event items until ack, immediately remove them from queue #92

Closed mathieucarbou closed 2 months ago

mathieucarbou commented 2 months ago

Copy of PR https://github.com/esphome/ESPAsyncWebServer/pull/41 from @nkinnan

See the above PR for discussion.