Chat freely about anything...

User avatar
By Marty
#68257 Passing data from one ESP8266 to another using HTTP. It works but with sever latency problem. Is there a way to keep the connection open so I can send repeated requests without reconnecting every time? I tried GET / HTTP/1.1\r\nConnection: keep-alive\r\n\r\n but the connection still closed as noted in the response from the server and that only one response came back to me. Thanks.