may be there is a bug:
Photon-Javascript_SDK.js line:3354:
//roomsAdded.push(r);
roomsAdded.push(ri);
And I find that after 2 players leave a room, and one of them create a new room, the 2nd of them can't join the new room 1st&2nd&3rd..time. When try the 4th time, finally joined.
Photon-Javascript_SDK.js line:3354:
//roomsAdded.push(r);
roomsAdded.push(ri);
And I find that after 2 players leave a room, and one of them create a new room, the 2nd of them can't join the new room 1st&2nd&3rd..time. When try the 4th time, finally joined.