question

Bijian Wu avatar image
Bijian Wu asked

Matchmaking issue

I am using the PlayFab server and PlayFab Matchmaking and with server allocation.

When tested by a bunch of people, they reported the issue that only when they both clicked find a matching button at all most the same time will get a match, other than that, they just gonna get "not match found" message?

multiplayerMatchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

For your situation, you can try to check the following points for the troubleshooting.

  1. Do you set the enough GiveUpAfterSeconds in the CreateMatchmakingTicket API? If the GiveUpAfterSeconds are too short, the player's ticket would be cancelled soon.
  2. Do you set a small Minimum Match Size in the Queue Configuration? When the number of players participating in the MatchMaking meets the minimum size, they would be matched with each other. If your target is to match a bunch of players in one match, the actual behavior may not meet your expectations.

Besides, could you please provide more info for us to analyze? For example, how do you design the matchmaking of your game, what is your expected behavior? And how do you set the Queue Configuration?

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

David Rochin avatar image David Rochin commented ·

Sorry, but then what's the point of the "Max Match Size" parameter then? Maybe there should be an option to configure this behavior?

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.