Duplicate Rooms and Region Issues

Options
Hello,

I just set up my first application using PUN2 and I'm running into two unexpected issues. Not sure if I missed a specific setting here. Note that the game is getting built using the WebGL platform:

- three out of ten players were added to a separate room that has the exact same name of the room I created when they joined. Note that I am creating the room using CreateRoom(roomName, roomOptions, typedLobby, null) and for joining I am using JoinRoom(roomName, null). when players that were added to the "duplicate" room refreshed and logged in again they were added to the correct room the second time.

- Some players who are in regions other than the US (India) were not able to join my room.

I am relatively new to PUN2 and multiplayer in general and any help is much appreciated!

Comments

  • emotitron
    Options

    Sounds like they are in different regions. Are you making development builds with the Dev Region set in the photon settings?