lycan-subscribe / VRCPoker

2 stars 0 forks source link

Inconsistent bug in TexasHoldEmTestGameMat.SomeoneClaimedMat #41

Closed lycan-subscribe closed 1 year ago

lycan-subscribe commented 1 year ago

player seems to very occasionally be a null dereference so player.displayName throws an error - is it possible that the serialization request in gameState.JoinGame sometimes triggers after the SomeoneClaimedMat event?

lycan-subscribe commented 1 year ago

If network events can be received before serialization requests even if they are sent after, please also consider removing SomeoneStartedGame and PlayersWon in PokerGameState

lycan-subscribe commented 1 year ago

0d39c17af2c377c9dff8a6a61e715deed043bfca - open a new issue if this comes back