I have encountered a problem using timer.performWithDelay API.
Generally if one timer.performWithDelay fires an event, this event will develop normally.
Now, I found something: if in the middle of one event rerun the event … the process is accelerated. And if you ever do it repeatedly, the event is more and more accelerated.
It is very easy to avoid this. But the problem does not go through there. I know that accelerates, as I like to handle this acceleration in a controlled manner.