Cannot connect to the master server on the demo screen.

Experiments using photon-dotnet-sdk_v4-1-2-14.
Cannot connect to the master server using demo-particle-form.
The master server is created on AWS and the port is opened.
You can set up another AWS instance as a game server and connect to the master server.
I do n’t know the cause and I ’m in trouble. Please tell me how to deal with it.
Thank you.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited October 2019
    Hi @cctincNN,

    What error do you see on the client?
    How do you connect to the self-hosted Photon Server from the client?
    Did you follow all the steps listed here?

  • It was a problem that occurred when connecting to the current ServerSDK with the latest ClientSDK. This can be avoided by specifying SerializationProtocolType as SerializationProtocol.GpBinaryV16.
    Thank you very much.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Ah yes, we have this documented here.