Hello,
I´m new using Photon, and I managed to setup a self hosted server and launched Photon
The server side for the ChatServer app seems to be working fine, even the service.
When I run a client, I got the following...
INFO: Connecting to server at 127.0.0.1:4530 using TCP
ERROR: Receiving failed. SocketException: ConnectionReset
ERROR: DisconnectByServer
ERROR: Disconnect
I tried running chat server and chat client in my local machine, also in the server and tried to do a client-server connection, always getting the same error.
While running the ChatClient console, I see no logs in the server.
One last comment, the ChatServer application consumes a lot of cpu, any clue why?
Thanks and regards!
My PC: Windows 10, VS2019
Server: Windows 2016
.Net Frameworks, I build using 4.7.2, 4.6, 3.5
↧