Search found 2 matches
- Wed May 08, 2019 8:50 pm
- Forum: ESP-IDF
- Topic: Can't send massive data from http server
- Replies: 3
- Views: 7233
Re: Can't send massive data from http server
The main task is to get 5000 kilobytes every 0.1 seconds from esp32. Is there better way to make it ? ***ERROR*** A stack overflow in task httpd has been detected. abort() was called at PC 0x40087e4c on core 0 0x40087e4c: vApplicationStackOverflowHook at /home/niko/esp/esp-idf/components/esp32/panic...
- Tue May 07, 2019 10:04 pm
- Forum: ESP-IDF
- Topic: Can't send massive data from http server
- Replies: 3
- Views: 7233
Can't send massive data from http server
I want to send 5000 byte data as response for GET request. When I send small respond all goes right but once I increase sending data it crashes. How to fix it?