Re: tsNetInit and LiveCode server

2016-10-18 Thread Ralf Bitter
Thanks very much Charles for the response. Ralf > On 18.10.2016, at 02:59, Charles Warwick > wrote: > > Hi Ralf, > > In the current versions of tsNet, tsNetInit can potentially return before it > is completely initialised (the initialisation completes on another thread). > > You can work

Re: tsNetInit and LiveCode server

2016-10-17 Thread Charles Warwick
Hi Ralf, In the current versions of tsNet, tsNetInit can potentially return before it is completely initialised (the initialisation completes on another thread). You can work around this by waiting for a short period of time after tsNetInit is called before calling any other tsNet functions.