Leave room after a few frames

Options
I have an odd issue when I load a level, after a few frames it just leaves room (by itself) no calls or anything are being made. Not sure why, so any help (even just for debugging this issue). is appreciated.

Comments

  • Hi @Emkani,

    how long are the loading times? If it takes too long to load the new scene, you might get disconnected from the server. You can also implement the void OnConnectionFail(DisconnectCause cause) callback to see if this gives you some additional information about the disconnect.