Adapting esphttpd HTML example to RTOS SDK
Posted: Wed Jan 10, 2018 8:47 pm
I'm trying to adapt the esphttpd html example to the RTOS SDK and I've come across a problem with the connection status messages cgi. On successful connection it does not send the ip address, it puts the data into the send buffer and flushes but the browser does not receive it.
It seems to get block on select() function in platHttpServerTask. After a while it moves to the recovery function but can't recover the connection and closes the socket, I get an errno 104 when this happen and sometimes 103.
My guess that what is happening is that after it connects to the new network it starts a new connection and the old one is no longer available but this seems strange since the nonos sdk works fine.
Anyone got any ideas on this?
It seems to get block on select() function in platHttpServerTask. After a while it moves to the recovery function but can't recover the connection and closes the socket, I get an errno 104 when this happen and sometimes 103.
My guess that what is happening is that after it connects to the new network it starts a new connection and the old one is no longer available but this seems strange since the nonos sdk works fine.
Anyone got any ideas on this?