If I want some notifications sent before the first player's turn to appear to all the players, should I just insert a dummy state in betwen the start and my first real state?Notifications sent between the game start (setupNewGame) and the end of the "action" method of the first active state will never reach their destination.
PS: What makes a state "active"?