You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
The text was updated successfully, but these errors were encountered: