How to connect to server?

Hello,
Sorry, my English is poor.
I have been trying to follow the simple chat server from the "An App From Scratch" example.
I am using Visual Studio 2015.
I executed the server. but my client can't connect to server.

Best Answer

Answers

  • Thanks for your help, @JohnTube .

    I solved the problems that were raised.
    I want to build a simple photon game server that stores names and location information for clients in DB.
    I use Mysql DataBase.
    I'll wait for your advice.