The Photon Forum
is Closed Permanently.

After many dedicated years of service, we have made the decision to retire our Forum and switch to read-only: we´ve saved the best to last! Your search result can be found below. Plus, we offer support via these channels:

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).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

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

JohnTube
2021-02-02 17:59:51

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.

tuanvu
2021-02-03 00:20:02

Hi @JohnTube Thank!

Back to top