question

Mohsen Jamali avatar image
Mohsen Jamali asked

Shared group data polling

I want to implement a turn-based multiplayer using SGD, I'm just wondering polling the updates every secod is too expensive or not? Is there a better way to inform the players of the update?

Shared Group Datamultiplayer
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

·
Xiao Zha avatar image
Xiao Zha answered

To calculate the API polling price, you can refer to PlayFab pricing to get the price of data read, write and storage. Although you can use the Party feature to inform players of data updates to avoid polling updates, since the Party feature enable exchange data between players, if your game requires high timeliness, you can directly use Party to transfer data without using SGD, and if your game does not require high timeliness, you can reduce the cost by setting the polling time longer.

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.