Open stolk opened 7 years ago
Oh, and when this happens, the room's status is still 'auto_matching' by the way.
In 4 player games, I've also seen successful ShowWaitingRoomUI results, with just 3 participants. The room is then in status 'inviting.' Minimum players passed to ShowWaitingRoomUI was 4 in this case.
Make it happen with "numplayers = 5" for the each turn u play. or else try a permanent fix by using bool
I have observed that occasionally, my WaitingRoomUIResponse comes back as Succes, yet when checking the room participants, there is only 1 participant. Whereas I specified the minimum number of participants to be 2.
I show the room as follows (numplayers is 2):
Most of the times it works, but yet, sometimes I see just one participant.
I also have a 2vs2 version of my online matches, where I supply a minimum of players of 4.
Is it to be expected to have the show waiting room callback return success, yet not have enough players?