problem joinlobby

i have problem "Operation JoinLobby (229) not called because client is not connected or not ready yet, client state: JoiningLobby ",
I want to go to lobbly to get the list of rooms, but I have this problem

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited February 2021
    Hi @tuanvu,

    You are calling JoinLobby more than once.
    The first time it succeeds (starts joining the lobby hence the ClientState.JoiningLobby) and the second time fails because the client is already in the process of joining a lobby.
  • Hi @JohnTube Thank!