How to fix game peer timeout with photon

Hi

I got game peer timeout when I changed tab in web browser. How can I fix?

Hi @UttavirojPrasert,

You need to make sure both your server and client code handle this event correctly. Most likely the server timeouts when it stops receiving updates from the client.

Check if your client is still sending updates, even on a lower interval to your server. And/or increase the server client timeout period.

Hi @Leonidas

It happen when I change tab focus on web browser. I try to find a way to set Photon peer timeout but I cannot find the way to set.