-->
Page 1 of 2

Page does not read to the end.

PostPosted: Wed Aug 24, 2016 6:24 am
by szypek
Why does my server shuts down? Or loading to the end? How can you do to load a web page to the end?

Re: Page does not read to the end.

PostPosted: Wed Aug 24, 2016 10:19 am
by jankop
Perhaps there is some error.

Re: Page does not read to the end.

PostPosted: Wed Aug 24, 2016 2:30 pm
by szypek
It is my code
Code: Select all while k<189 do
     X = "var data=new Array(1,2,2,3,4,5);";
     k=k+1;
     client:send(X);
    end

when is 93 lap loop is stop website

Re: Page does not read to the end.

PostPosted: Thu Aug 25, 2016 2:17 am
by szypek
Code: Select all  while k<189 do
     X = "var data=new Array(1,2,2,3,4,5);";
     k=k+1;
     client:send(X);
    end

result
Image
Why? 92 lap loop.