weird behaviour when using a 0 delay #1


  • New
  • Defect
Open
Assigned to shefkin
  • archarodim created this issue Oct 1, 2012

    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);
    
  • archarodim added the tags New Defect Oct 1, 2012

To post a comment, please login or register a new account.