This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?
Use a 0 delay with ScheduleTimer()
What is the expected output? What do you see instead?
The timer should fire as soon as possible once (as specified by the documentation). Instead the timer fires repeatedly and indefinitely at the minimum possible interval.
What version of the product are you using?
Current as of this ticket
Do you have an error log of what happened?
N/A
Please provide any additional information below.
Example code:
self:ScheduleTimer(function() print('test2') end, 0, self);
To post a comment, please login or register a new account.