Tags: Jinssi/agones
Tags
Hotfix: Ensure multiple Pods don't get created for a GameServer Since the cache is eventually consistent, there was a race condition in which a GameServer could create more than one Pod backing it, as the first one isn't found in the cache yet. This sync's the cache before checking this value, so the cache is up to date.
Merge pull request googleforgames#131 from markmandel/doc/godoc-badge Godoc badge!