No code changes, suddenly stuck creating room

Options
I've been developing a game for a while. In this game, when the player wants to play a match, the client checks for rooms matching the player's preferences, and if there aren't any, it creates a room, as per PUN guidelines. The code that does this has been working for months and therefore no changes to it have taken place. Today, out of nowhere, the client gets stuck after calling the CreateRoom() method for no apparent reason. There are no errors on the console and I'm at a bit of a loss here. Any suggestions?

Comments

  • Karghan
    Options
    Just confirmed by some beta testers that old versions that used to work don't work anymore either. I'm thinking this is an issue on photon's side
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Karghan,

    Thank you for choosing Photon!

    Implement OnCreateRoomFailed callback to see what error you get when trying to create a room or enable SupportLogger and check the logs.