Memory leak issue
Posted: Sun Oct 07, 2018 5:13 am
In my code there is one HTTP web server and one HTTP client continuously running, when the Only the HTTP client communication takes place there is no leak. But when both runs simultaneously :
(Sends data to Web Server(running on ESP32)) (Client(running on esp32) Echoes back data rcvd to cloud)
(web browser------------------------------------------------------------>HTTP web Server-----------> HTTP client------------------------------------>cloud)
IN this case the memory leak occurs .....
the heap goes on decreasing continuously and after some time I got 'wifi bcn timeout' error.
(Sends data to Web Server(running on ESP32)) (Client(running on esp32) Echoes back data rcvd to cloud)
(web browser------------------------------------------------------------>HTTP web Server-----------> HTTP client------------------------------------>cloud)
IN this case the memory leak occurs .....
the heap goes on decreasing continuously and after some time I got 'wifi bcn timeout' error.