question

paul-tanaskov avatar image
paul-tanaskov asked

is there a way to get actual matchmaking2.0 queue size?

To show the queue size to a user in the waiting for match state.

https://docs.microsoft.com/en-us/rest/api/playfab/multiplayer/matchmaking/getqueuestatistics?view=playfab-rest is not good because of 5min refresh cycle.

Matchmaking
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

·
Seth Du avatar image
Seth Du answered

Currently, It is not supported by PlayFab. To keep the service healthy, we can’t query this statistic too frequently based on the current implementation of this feature. If you have specific needs of getting the actual statistics of Matchmaking queues, a better workaround is to host an external database server(Redis, etc.), where queue data will be updated and cached every time a ticket is created.

10 |1200

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

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.