question

Alan Gaspar avatar image
Alan Gaspar asked

Trouble with Backfill tickets

I'm using Unity + Mirror.
The matchmaking size is for 2-4 players.
I'm creating a match with 2 players, and since the game expects up to 4 players I'm creating a backfill ticket, I can see on the matchmaking stats that a backfill ticket is created, and when a third player wants to join he is kept waiting for another player, and after finding a fourth player they are matched on a different match, am I doing something wrong?

The players are creating the ticket using:

PlayFabMultiplayerAPI.CreateMatchmakingTicket


And waiting for a response using:

PlayFabMultiplayerAPI.GetMatchmakingTicket

And the server is creating a backfill ticket using:
PlayFabMultiplayerAPI.CreateServerBackfillTicket

And waiting a response using:

PlayFabMultiplayerAPI.GetServerBackfillTicket
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

·
Alan Gaspar avatar image
Alan Gaspar answered

I tested it again and it seems to be working now, I'm not sure what changed, you can delete the question

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.

Made Wang avatar image Made Wang commented ·

I'm glad you solved it, feel free to let me know if there are any other questions.

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.