Your client is disconnecting. This means, it will wind down the connection to the servers and this is why you can’t call operations on the server anymore and get this error message.
Make sure to not set properties, once the client leaves the room.
I solved my mistake. The timeline somehow influenced the connection status and did not disconnect me from the game. I advise you to turn on the support logger to understand what the error is, thanks.
Turn on the SupportLogger to get more insight into what the client is doing when.
The error tells you that SetProperties can only be called when the client joined / created a room. Make sure you are done with matchmaking before calling this…