Bolt Matchmaking Join Session not working

I'm using BoltMatchmaking.CreateSession with the same session ID as I use when i call BoltMatchmaking.JoinSession, yet the connection fails. This used to work, but it broke recently. I've tried updating Bolt to the latest version but it doesnt seem to fix it. I can confirm CreateSession is being called on the server and JoinSession is being called on the client, in the correct order, and I have a valid photon API key set. I've tried rolling back to earlier versions of my project but it happens with all versions. What could I be missing? Is there a workaround? I have yet to try using the Room API directly, perhaps that can circumvent it, just thought I'd ask first.

Comments