Hello,We use PUN and self-Hosted Server for my game.But the client disconnected randomly.I get an error "CUDPSocketServer::OnError() - CUDPSocketServer::OnSendToCompletionError(): 在一个非套接字上尝试了一个操作。".This is error message i think.I translate it and maybe is"CUDPSocketServer::OnError() - CUDPSocketServer::OnSendToCompletionError(): On a non socket to try an operation."
This happened often when 8 client connected.
This is the log for Photon-LoadBalancing.Thanks.
This happened often when 8 client connected.
This is the log for Photon-LoadBalancing.Thanks.
6696: 14:13:48.202 - TCP inactivity timeout: 10000ms
6696: 14:13:48.202 - MaxInboundMessageSize: 512000
6696: 14:13:48.202 - MaxOutboundMessageSize: 512000
6696: 14:13:48.202 - Forcing all applications ids to: "Game"
6696: 14:13:48.202 - Will accept ANY sub-protocols from the client
6696: 14:13:48.202 - No automatic WebSocket ping
6696: 14:13:48.202 - Adding Policy File listener on: 0.0.0.0: 843 with a listen backlog of: 150 and serving Policy File: "C:\Users\Administrator\Desktop\deploy\Policy\assets\socket-policy.xml"
6696: 14:13:48.202 - TCP inactivity timeout: 1000ms
6696: 14:13:48.202 - Adding Policy File listener on: 0.0.0.0: 943 with a listen backlog of: 150 and serving Policy File: "C:\Users\Administrator\Desktop\deploy\Policy\assets\socket-policy-silverlight.xml"
6696: 14:13:48.202 - TCP inactivity timeout: 1000ms
6696: 14:13:48.282 - Service is running...
6696: 14:21:06.959 - Service is stopped...
6696: 14:21:06.959 - Server shutting down...
6696: 14:21:06.959 - Shutdown monitoring enabled, 30000ms before process abort
6696: 14:21:06.959 - Notifying CLR applications of shutdown...
6696: 14:21:06.959 - RequestApplicationStop: 4
6696: 14:21:07.128 - RequestApplicationStop: 3
6696: 14:21:07.164 - RequestApplicationStop: 2
6696: 14:21:07.203 - RequestStop: defalt app domain
6696: 14:21:07.211 - Shutting down WebSocket Outbound Connection Manager...
6696: 14:21:07.211 - Shutting down TCP Outbound Connection Manager...
6696: 14:21:07.211 - Shutting down ENet Outbound Connection Manager...
6696: 14:21:07.211 - Disconnecting all outbound peers...
6696: 14:21:07.211 - Shutting down ENet host...
6696: 14:21:07.211 - Disconnecting all peers...
6696: 14:21:07.211 - CUDPSocketServer::OnError() - CUDPSocketServer::OnSendToCompletionError(): 在一个非套接字上尝试了一个操作。
6696: 14:21:07.212 - CUDPSocketServer::OnError() - CUDPSocketServer::OnSendToCompletionError(): 在一个非套接字上尝试了一个操作。
6696: 14:21:07.212 - CUDPSocketServer::OnError() - CUDPSocketServer::OnSendToCompletionError(): 在一个非套接字上尝试了一个操作。
6696: 14:21:07.212 - 3 disconnected
6696: 14:21:07.212 - Shutting down socket servers...
6696: 14:21:07.212 - Shutting down ENet thread pool...
6696: 14:21:07.214 - Shutting down TCP inactivity timers...
6696: 14:21:07.217 - ENet Host - Resetting all peers...
6696: 14:21:07.220 - WaitingForShutdownToComplete: NativePolicy:0.0.0.0:843
6696: 14:21:07.220 - OnShutdownCompleted: NativePolicy:0.0.0.0:843
6696: 14:21:07.220 - WaitingForShutdownToComplete: NativePolicy:0.0.0.0:943
6696: 14:21:07.220 - OnShutdownCompleted: NativePolicy:0.0.0.0:943
6696: 14:21:07.220 - WaitingForShutdownToComplete: TCP:0.0.0.0:4520
6696: 14:21:07.220 - OnShutdownCompleted: TCP:0.0.0.0:4520
6696: 14:21:07.221 - WaitingForShutdownToComplete: TCP:0.0.0.0:4530
6696: 14:21:07.221 - OnShutdownCompleted: TCP:0.0.0.0:4530
6696: 14:21:07.221 - WaitingForShutdownToComplete: TCP:0.0.0.0:4531
6696: 14:21:07.221 - OnShutdownCompleted: TCP:0.0.0.0:4531
6696: 14:21:07.221 - WaitingForShutdownToComplete: UDP:127.0.0.1:5055
6696: 14:21:07.221 - OnShutdownCompleted: UDP:127.0.0.1:5055
6696: 14:21:07.221 - WaitingForShutdownToComplete: UDP:127.0.0.1:5056
6696: 14:21:07.221 - OnShutdownCompleted: UDP:127.0.0.1:5056
6696: 14:21:07.221 - WaitingForShutdownToComplete: UDP:192.168.0.104:5055
6696: 14:21:07.221 - OnShutdownCompleted: UDP:192.168.0.104:5055
6696: 14:21:07.221 - WaitingForShutdownToComplete: UDP:192.168.0.104:5056
6696: 14:21:07.221 - OnShutdownCompleted: UDP:192.168.0.104:5056
6696: 14:21:07.221 - WaitingForShutdownToComplete: WebSocket:0.0.0.0:9090
6696: 14:21:07.221 - OnShutdownCompleted: WebSocket:0.0.0.0:9090
6696: 14:21:07.221 - WaitingForShutdownToComplete: WebSocket:0.0.0.0:9091
6696: 14:21:07.221 - OnShutdownCompleted: WebSocket:0.0.0.0:9091
6696: 14:21:07.221 - Shutting down CLR applications...