bwapi
bwapi copied to clipboard
Use high-resolution clock when computing lastEventTime
This is a very simple PR intended to address the timer resolution issue discussed on #860.
I created the PR against the main branch since I think it makes sense to patch this in BWAPI 4.X, seeing as how timeouts continue to be an issue in tournaments held since the issue was raised.
:white_check_mark: Build bwapi 4.4.0.403 completed (commit https://github.com/bwapi/bwapi/commit/8283b22dee by @bmnielsen)
Can you rebase on develop
?
Can you rebase on
develop
?
Isn't that where BWAPI 5 development is happening? As far as I can tell, lastEventTime
hasn't been implemented yet there (the field is in the protobuf spec and available through getters, but doesn't appear to be set anywhere).