PeerStatusCallbackTimeoutDissconnect

Options
Sorry, I encountered a problem.
In cosole show PeerStatusCallbackTimeoutDissconnect when I try connect to my photon server.
but I already setup my PhotonServer.configuration


UDPListener
IPAddress="0.0.0.0"
Port="5055"
OverrideApplication="PenaltyServerProgram">
UDPListener

Application
Name="PenaltyServerProgram"
BaseDirectory="PenaltyServerDeployment"
Assembly="PenaltyShot"
Type="PenaltyShot.PenaltyServer"
ForceAutoRestart="true"
WatchFiles="dll;config"
ExcludeFiles="log4net.config">
Application



and I already set public IP、port in my test program. but still failed.
if connect to localhost:5055,it is sucessiful.

please help me if any information misses or any setup misses.

Comments