tsNet woes

Dan Friedman dan at clearvisiontech.com
Tue Mar 13 10:37:43 EDT 2018


Charles,

I misspoke…  I’m not on 8.1.5, I’m using 8.1.9.   Is there another version you would recommend?

-Dan


Hi Dan,

If tsNetIsSyncBlocked() is always returning true then a connection must be stalled.

The latest version of tsNet defaults to timing out stalled connections after 30 seconds.  If you want to stay with LC 8.1.5 then just add the following code in your application’s startup:

tsNetSetTimeouts 60,0,300000,60000,30,1000

The last two parameters of this command mean timeout the connection in 30 seconds if less than 1000 bytes per second are transferred over this period.

You can adjust those values to suit your application.

Regards,

Charles


> On Mon, Mar 12, 2018 at 7:11 PM, Dan Friedman via use-livecode <
>
>> Greetings!
>>
>> I have an app I am working on and it’s working perfectly on my Mac and in
>> the iOS simulator.  However, on an Android device, once I do a couple of
>> get urls, tsNet stops functioning.   I get a variety of results:
>>
>> Previous request not completed
>> Sync request already in progress (most common)
>> tsNet is not initialized
>>
>> Also, tsNetIsSyncBlocked() always returns true.
>>
>> I am using LC Indy 8.1.5.   Any thoughts or advise?
>>
>> -Dan



More information about the use-livecode mailing list