question

zhu xs avatar image
zhu xs asked

How does an external server set a matching queue

hello everyone, Now I have written some matching code and encountered some problems My game server is from an external provider, not playfab. In this case, how can players get the IP and port of the game server after successful matching?

Custom Game Servers
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

·
Gosen Gao avatar image
Gosen Gao answered

Since the Game server is not provided by PlayFab, so you need to implement your own system to get the server’s info after the Matchmaking is done. For example, you can use Azure Function to request new server and return the server’s info to the client.

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.