Closed adrian-golian closed 2 years ago
The last_modified field of a game state is set to an integer value through round(time.time()). That's very insufficient precision.
last_modified
round(time.time())
Branch issue-195-Fix_last_modified_is_an_integer created!
The
last_modified
field of a game state is set to an integer value throughround(time.time())
. That's very insufficient precision.