JoinOrCreateRoom failed

Options
Hi I've used Photon before several times but I keep getting this error that join or create room has failed.

error.png

As you can see I am debug logging both the names of the callbacks as they are called, so I am sort of running out of options now...

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @efsjouw,

    Thank you for choosing Photon!

    It looks like you are calling JoinOrCreateRoom twice (or more).
    The first time it succeeds and the client moves to the state "Joining" and joins a room ("You are master client"), however you called JoinOrCreateRoom one more time in between, during the join process.