Hello,
I have a really big problem.
I’ve implemented a timer.performWithDellay() with a callback function and sometimes the callback is not called.
I’m very frustrated.
Can you help me please ?
Thanks
Hello,
I have a really big problem.
I’ve implemented a timer.performWithDellay() with a callback function and sometimes the callback is not called.
I’m very frustrated.
Can you help me please ?
Thanks
Can you post some code?
I found the mistake right now.
It was a division by 0 when I calculated the delay for a previous timer. So after this error, it’s not possible to use a timer anymore.
Can you post some code?
I found the mistake right now.
It was a division by 0 when I calculated the delay for a previous timer. So after this error, it’s not possible to use a timer anymore.