GET request not showing updated StateName of GameState
So when I create a Game, it will automatically get the NotStartedState.
Then when I start the game, it will change the state to InProgressState.
The problem is that, even tho the put request is showing the correct state, the GetGameById is still returning the old state?
1 Reply
how are you handling those requests