Timer() and Ticker()'s loop conditions allow a final tick when time is equal to expiration time.
In the case of a Timer() in specific, this prevents the loop from terminating, as sleep(0) is continuously called rather than the loop ejecting properly.
ID:2287727
Aug 26 2017, 8:36 pm
|
|||||||||||||
Resolved
| |||||||||||||
Aug 26 2017, 8:36 pm
|
|
Ter13 resolved issue with message:
|