Bizorke / Gear3Engine-Issues

For bugs and features.
1 stars 0 forks source link

Rewrite the server-side game loop. #1101

Closed JSideris closed 4 years ago

JSideris commented 4 years ago

Instead of having potentially expensive recursive timer in the app.js that could interfere with things like processing messages, move the update loop into game-instance.js and simplify the logic.