me-no-dev / AsyncTCP

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

File Downloading Error #157

Open elektroboard opened 1 year ago

elektroboard commented 1 year ago

I am using AsyncTCP library for ESP32 in my project. However, since I want to dowbload a file in SPIFFS through the browser, the file progress stops after a while. This usually happens after downloading 5KB or 12KB. How can i solve this problem.

Thank you.

ZongyiYang commented 1 year ago

If it's the ESP32 doing the sending, would you be able to check if this pull request fixes your issue? https://github.com/me-no-dev/AsyncTCP/pull/144

stale[bot] commented 1 year ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.