Closed
Description
Hello,
I am the creator of the aREST library, which is also compatible with the ESP8266 and uses this library to work. We found out that at each request to the board (the sketch is running a web server on the board), we loose 184 bytes of memory. I think it's related to this issue:
I confirmed that it's indeed due to this, as the memory comes back to normal after a while. However, for our library we often need to process a lot of requests/second, so after a while the board crashes. I read that this 'issue' with the TCP protocol is solved by the ESP8266WebServer library, so how to actually do it for a generic code using the WiFiServer library? Thanks!