What are possible reasons for memory consumption ...
J. Landman Gay
jacque at hyperactivesw.com
Sun Jul 8 15:05:11 EDT 2018
On 7/8/18 12:06 PM, Mike Bonner via use-livecode wrote:
> Or alternatively, check the pendingmessages and only send if there is not
> already a message for the handler in question in queue.
Like you, this is something I always do:
if "myMsg" is not in the pendingMessages then
send "myMsg" to me in 250 milliseconds
end if
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list