thanks!!!!

2017-05-31 10:23 GMT-03:00 Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk>:

> > I need to make connections every 1 second, Data, and of that
> > received data make another connection depending on the content,
> > my question is, how to wait the data of the first connection and
> > only then make the second, third etc
>
> In the timer, you simply check State <> httpReady and give up until the
> previous request has completed.
>
> But make sure you time how long your requests are taking, so you can
> abort them after 10, 20, 30 seconds or however you want to wait.
> GetTickCount is the simple way, checked in the same timer, don't even
> think of using an extra timer...
>
> Angus
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to