Re: tsNet woes

2018-03-18 Thread Charles Warwick via use-livecode
Hi Dan,

LC 8.1.9 has the latest version of tsNet at present.

If this is something you are still experiencing, are you able to share the code 
with me so I can see if I can replicate it?

Regards,

Charles


> On 14 Mar 2018, at 12:37 am, Dan Friedman via use-livecode 
>  wrote:
> 
> 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,30,6,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
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

RE: tsNet woes

2018-03-13 Thread Clarence Martin via use-livecode
Hi Dan,
I have been having similar problems with my Android Builds. I removed the TSNet 
Inclusion from my Android Builds and the problem still exist. I have tried both 
LC8x and LC9's and the problem still exist.
This problem seems to be sensitive to Android Devises. I have 2 Devices and my 
Nexus 7 seems to have the problems more frequently. It is running Android 5.1. 
the other device is a generic cheapy device with Android 5x and the frequency 
of failures is much less if at all.
I'm chasing GHOST here!

-Original Message-
From: use-livecode <use-livecode-boun...@lists.runrev.com> On Behalf Of Dan 
Friedman via use-livecode
Sent: Tuesday, March 13, 2018 7:38 AM
To: use-livecode@lists.runrev.com
Cc: Dan Friedman <d...@clearvisiontech.com>
Subject: Re: tsNet woes

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,30,6,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

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: tsNet woes

2018-03-13 Thread Dan Friedman via use-livecode
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,30,6,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

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: tsNet woes

2018-03-13 Thread Charles Warwick via use-livecode
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,30,6,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 13 Mar 2018, at 2:31 pm, Tom Glod via use-livecode 
>  wrote:
> 
> do yo have  a firewall app or anything that filters your traffic?
> inconsistent behavior like that usually means something is acting on your
> traffic
> 
> On Mon, Mar 12, 2018 at 7:11 PM, Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> 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
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: tsNet woes

2018-03-12 Thread Tom Glod via use-livecode
do yo have  a firewall app or anything that filters your traffic?
inconsistent behavior like that usually means something is acting on your
traffic

On Mon, Mar 12, 2018 at 7:11 PM, Dan Friedman via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

tsNet woes

2018-03-12 Thread 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
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode