me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
749 stars 431 forks source link

Improves stability and memory usage #145

Closed brunojoyal closed 2 years ago

brunojoyal commented 2 years ago

This pull request chiefly incorporates several critical improvements made by Bmooj which never made it to the master branch­.

I have been using this fork of AsyncTCP for months now to serve a complex web app with EspAsyncWebServer with 100% stability over hundreds of consecutive hours of uptime, whereas the master branch results in the server failing after a few hours.