timer.performWithDelay( 8000,
function()
get(0,60,5)
end
,1)
What Should I do to get best performance if i am using too much timers calling With Delay in my code it is self managed or should i cancel timer after 8000 ms
i am using around 30 timer calls in the same way but in different period in my code
also all timers not loop forever
with respect
[import]uid: 74537 topic_id: 15593 reply_id: 315593[/import]
for help now i understand what happens clearly