Closed Bowarc closed 9 months ago
Currently the loader thread is running in a loop that is only slowed by a 10ms test delay.
The fix could be: run at 10 tps, but if you got a request on this update, dont sleep this frame.
Or simply just set this line to a blocking .recv()
Fixed in 53c4d3d
Currently the loader thread is running in a loop that is only slowed by a 10ms test delay.
The fix could be: run at 10 tps, but if you got a request on this update, dont sleep this frame.