LwIP Netconn_rcv not returning when it should
I have a webserver running on an STM32F407. I have static pages and one dynamic page that updates every 1 second - it just displays the status of the FreeRTOS tasks. Everything is working except that occasionally (3 - 40 seconds) the dynamic page q...