Closed sea-bass closed 1 month ago
This is not surprising... these actions are blocking and we're sticking a time.sleep(DELAY) in there.
time.sleep(DELAY)
We should have all actions start separate threads like the NavRunner model in WorldCanvas.
NavRunner
WorldCanvas
This is not surprising... these actions are blocking and we're sticking a
time.sleep(DELAY)
in there.We should have all actions start separate threads like the
NavRunner
model inWorldCanvas
.