Re: tsnet not detecting internet drop

2021-11-14 Thread Tom Glod via use-livecode
Hello Matthias, Ahhh I see I think I will use a combination of time-outs, but I will also check for a connection periodically and I think that will about cover my use case. Thanks again, Tom On Sat, Nov 13, 2021 at 4:55 PM matthias rebbe via use-livecode < use-livecode@lists.runrev.com>

Re: tsnet not detecting internet drop

2021-11-13 Thread matthias rebbe via use-livecode
Tom, according to the dictionary tsNet does not limit the length of time a request can take. With tsNetSetTimeouts you can set several timeouts for tsNET. Maybe that would help in your case. Regards, Matthias > Am 13.11.2021 um 22:36 schrieb Tom Glod via use-livecode > : > > Hi Folks, >

tsnet not detecting internet drop

2021-11-13 Thread Tom Glod via use-livecode
Hi Folks, I was testing my networking functions ... and error handlling I initiated a tsnet asynchronous download of a file, started the download and disconnected the wifi. tsnet keeps reporting status "loading" .forever with no time out. Is there something I am missing or should the library