VladislavVolyanskiy / checkers-react-game

0 stars 0 forks source link

Fix polling in order to update board state #5

Open Podarkes opened 11 months ago

Podarkes commented 11 months ago

Polling seems not to be working at the moment - the board is not redrawn when a move has been made via API. For now I would expect the client polls the server at least 1 time per second.