Do different sets of CustomRoomProperties prevent rooms from being listed?

Options

I am currently trying to make an update that adds 2 properties that the existing clients don't have yet, and as soon as master with the new properties creates a room all others are removed with the RemovedFromList flag in the same update the new room is added.

When that master leaves and no room with the new properties is there anymore the others are coming back.

Does this mean the lobby can only have room with the same CustomPropertiesForLobby?

Best Answer

  • Tobias
    Tobias admin
    Answer ✓
    Options

    The CustomRoomPropertiesForLobby don't affect what can be listed, no.

    If someone joins a room, the client disconnects from the Master Server and hops on a Game Server. There, no room lists are available for clients in rooms. When a room becomes empty, it is de-listed as well.

Answers

  • Tobias
    Tobias admin
    Answer ✓
    Options

    The CustomRoomPropertiesForLobby don't affect what can be listed, no.

    If someone joins a room, the client disconnects from the Master Server and hops on a Game Server. There, no room lists are available for clients in rooms. When a room becomes empty, it is de-listed as well.

  • mgschwan
    Options

    Thank you. We figured it out, it was a problem on our end after all.