Weird Matchmaking Behavior w/SQL

Hey everyone, I'm brand new to Photon so it's most likely something on my end.

https://pastebin.com/e9ZUm0Zr

So basically my current setup is a button that when you click it, it called JoinRoom. If no room is found it calls CreateRoom.

A side question of mine is, after calling PhotonNetworking.CreateRoom, does Photon automatically try to join you to that room?

Anyways, back to the main question, whenever I create my room I give it unique data, with setting C0 to 0. Now when JoinRoom is called the sqlLobbyFilter makes sure C0 = 5, meaning that in this example, it should not be able to join a created room, but for some reason it does.

Any help would be great, thanks!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @Entelicon,

    Thank you for choosing Photon!

    A side question of mine is, after calling PhotonNetworking.CreateRoom, does Photon automatically try to join you to that room?
    Yes create room -if successful- is followed by a join.

    We're investigating the issue you reported.
    I will get back to you.
  • JohnTube
    JohnTube ✭✭✭✭✭
    I could not reproduce the issue you described.