After dealing the new game, the information on the screen is often incorrect.
Sometimes a wrong trump card is shown, sometimes not all the cards in your hand are shown. This is a bug.
This might be fixed by not letting the PublishingProcessManager
emit the GameStarted
event. It already emits Dealt
, and maybe the problem is caused by the fact that those two events are received shortly after each other by the browser.