Commit 3b4a24de authored by Dennis Willers's avatar Dennis Willers 🏀

Synchronisation if new Game starts

parent f45c7750
Pipeline #337 passed with stages
in 5 minutes and 36 seconds
......@@ -96,6 +96,9 @@ export class OverviewComponent implements OnInit {
this.socket.on(this.sessionName + ':newCard', () => {
this.getGameStatus();
});
this.socket.on(this.sessionName + ':newGame', () => {
this.getGameStatus();
});
}
startGame(): void {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment