Closed RamiBerm closed 3 years ago
time.Tick is being called from inside a for loop, this ends up creating infinite timers which over time use up a lot of CPU. This should fix the issue by only creating one timer per loop
time.Tick
this is simillar to this issue from another repo
Thank you @RamiBerm the PR has been merged
time.Tick
is being called from inside a for loop, this ends up creating infinite timers which over time use up a lot of CPU. This should fix the issue by only creating one timer per loopthis is simillar to this issue from another repo