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

Some code cleanup #131

Closed mathieucarbou closed 1 month ago

mathieucarbou commented 1 month ago

Nice tidy-up in code, @mathieucarbou! :)

Did you see also the perf improvements ? Finally get to fix a nasty bug in AsyncTCP, and made the lib compatible with AsyncTCPSock, which has better perf:

https://github.com/mathieucarbou/ESPAsyncWebServer?tab=readme-ov-file#performance

vortigont commented 1 month ago

Did you see also the perf improvements ?

Need to take a closer look into this, kind of overloaded lately with main job :( not that much time for coding

You've been doing a hell of a progress, Mathieu!