Page does not read to the end.
Posted: Wed Aug 24, 2016 6:24 am
Why does my server shuts down? Or loading to the end? How can you do to load a web page to the end?
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
while k<189 do
X = "var data=new Array(1,2,2,3,4,5);";
k=k+1;
client:send(X);
end
while k<189 do
X = "var data=new Array(1,2,2,3,4,5);";
k=k+1;
client:send(X);
end