Charles,

Yes, I do have resetAll in my scripts.   I use it when a communications error 
has occurred as a way to reset and try again.  If tsNet is in play, I gather I 
should not call resetAll?  If not, is there something else I should be doing?  
Also, is there a way (via a property) to determine if tsNet or libURL is 
handling the network?

Thank you!
 
-Dan
 

On 7/12/17, 9:38 AM, "use-livecode on behalf of 
use-livecode-requ...@lists.runrev.com" <use-livecode-boun...@lists.runrev.com 
on behalf of use-livecode-requ...@lists.runrev.com> wrote:

    Hi Dan,
    
    The error message "Not initialised" (the spelling is correct depending 
    on where you live ;-) ) indicates that the tsNet external isn't running.
    
    If you are using libUrl which I am guessing you are, tsNet is 
    initialised on startup, so this would indicate that it has either been 
    shut down by calling tsNetClose directly, or by a call to the libUrl 
    "resetAll" or "libUrlCancel" commands (which temporarily shut down the 
    external and start it back up to clear all connections).
    
    I have seen code posted on the list in the past which invoked "resetAll" 
    to deal with issues in older versions of libUrl.  Do you use these 
    commands at all in your project?
    
    Regards,
    
    Charles

_______________________________________________
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

Reply via email to