FindMatch Same Time

Hi

I have some question about find match. find match rpc is implement to prevent player join room together. It also have a random matchId. so my problem is when two player call rpc find match in the same time together and then two player got same matchid cuz of this rpc does’t still know another player join room.

Please share your idea for me.

I mean in situation of two players join the match simultaneously and they got a same match id. So, Do you have some suggestion for separate them to difference match id?

Hi @b-thanapat, can you clarify your use case and post your function code?
Are you using client relayed or authoritative multiplayer? Are you creating the match manually or using the matchmaker?