C
C#7mo ago
RTXPower

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?
No description
No description
No description
1 Reply
SG97
SG977mo ago
how are you handling those requests