Open elektroboard opened 2 years 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_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.
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.