Topic: Disconnection Issue (UFE + Photon)

I am using Photon for multiplayer.
After the user loses access to internet it disconnects everything (match as expected) but when tries to look for a new match or create a room it throws a network error like this ones

PhotonConnector.StartSearchingMatches -> Disconnected
PhotonConnector.RaiseOnMatchDiscoveryError
OnMatchDiscoveryError


Need support to work around this.

Share

Thumbs up Thumbs down

Re: Disconnection Issue (UFE + Photon)

The template that comes with UFE connects to Photon directly upon starting the application.
You can solve this by forcing a "reconnection" under the PhotonConnector class. Here, follow these instructions:
https://forum.unity.com/threads/univers … st-8677110

Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.
Don't forget to check our discord channel.