problem joinlobby
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on Photon Server.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
problem joinlobby
tuanvu
2021-02-02 16:06:16
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
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!
Back to top