me-no-dev / AsyncTCP

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

fixes if add() is successful but send() is not, write() will return no bytes written however the bytes still get added in the queue to be sent #144

Open ZongyiYang opened 2 years ago

ZongyiYang commented 2 years ago

fixes #143