DisconnectByServerLogic

Options
We are getting intermittent "DisconnectByServerLogic" error when users are trying to connect to Photon Server. We are getting it via the OnFailedToConnectToPhoton callback. We have no idea what this is. Can someone shred some light on this?

Thanks

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @cmy,

    Do you connect to Photon Cloud or a self-hosted Photon Server?
    A forum search for "DisconnectByServerLogic" (!= "DisconnectByServer") yields insightful results. Did you check those?


  • cmy
    Options
    Thanks for the reply. It looks like the intermittent "DisconnectByServerLogic" is cause by our custom authentication server being sluggish in responding. When we disable custom auth, we no longer see the error. So we are looking in our auth server.

    Thanks