rockycookie / blackjack_server

Blackjack game server providing APIs for player signup/login and single player game against robot dealer. Currently multi-player game is waiting implementation on blackjack_ui~
0 stars 0 forks source link

Broker publish game status on each Game action #44

Closed rockycookie closed 3 years ago

rockycookie commented 3 years ago

When receiving RESTful game action endpoint requests, the server should also publish the game status to all subscribers of /game/{gameId}.

The WebSocket client should also be updated to verify this change