@daviwil I think you are right, and it's more an a problem of event loops, when the code already obtained a value of a variable and use it on each iteration.
Like a handler example mentioned by @krevedkokun
Top-level
@daviwil I think you are right, and it's more an a problem of event loops, when the code already obtained a value of a variable and use it on each iteration. Like a handler example mentioned by @krevedkokun 1 comment
|
@abcdw @krevedkokun @dthompson yeah, that one definitely makes sense, and @krevedkokun's solution is also what I do in other cases like game engine loops