NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: de la Rosa on October 17, 2013, 10:06:47 PM

Title: WebClient timeout
Post by: de la Rosa on October 17, 2013, 10:06:47 PM
Hi,

How can I properly handle in NetWebClient when the Network goes or is down when a request was sent? Now my application hangs with a white screen at the moment.

Thanks,
Vic
Title: Re: WebClient timeout
Post by: Bruce on October 17, 2013, 10:33:34 PM
Hi Vic,

By default all NetTalk comms is Asynchronous, mean it never blocks your procedure, but you can in embed code for the Open to be Synchronous, and that may give the effect you describe. Changing to Asynchronous would sort it out (but may involve some slight adjustment to your code.)

If you post an example I can be more specific.

cheers
Bruce