Photon Region code following with /*

Options
When receives regions from name-server each region name following with /* (Ex. jp/*, eu/*, us/*) except the best region, I don't know why, I also think it may relates to ping problem (https://forum.photonengine.com/discussion/16877/cant-get-ping-for-all-regions)

Comments

  • Insthync
    Options
    I actually can ignore it by just trim end /*, I also can fix ping problem by `ServerSettings.ResetBestRegionCodeInPreferences()` before connect to best cloud server.

    About best cloud server connection, when connecting to best cloud server, it will connect to name server.
    Then when connect to name server it will pinging all regions
    If `PUNCloudBestRegion` not existed, if it's existed it will not ping all regions.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Insthync,

    "/*" means you request a random cluster from the region.
    A region can have multiple clusters.
    A cluster consists of one master server and some game servers.

    However you don't need to worry about this as the Public Cloud does not make use of this currently.
    Each Photon Cloud public region has one default cluster for the time being.

    So this feature can be ignored on the Public Cloud and does not affect anything.

    It's relevant for the Enterprise Cloud though.
  • Tobias
    Options
    Which Photon client do you use and which version is it?
    In best case, mail us your appid: developer@photonengine.com