Hello, I struggle a bit where the problem is.
Proxy logs:
and after that immediately in proxy logs are created about subserver disconnection:
There are no error logs in subserver logs.
OnEstablishedConnection is not called at all, nor the OnConnectionFailed in subserver logs.
What am i missing?
Proxy logs:
2020-11-05 07:34:10,260 [12] DEBUG MyApplication.PhotonApplication - Connection request on port 4530 2020-11-05 07:34:10,292 [12] DEBUG MyApplication.PhotonApplication - Created Server PeerProxy has no error logs and subserver 'successfully' connects.
and after that immediately in proxy logs are created about subserver disconnection:
2020-11-05 07:34:10,307 [12] DEBUG MyApplication.PhotonApplication - Server Disconnected ManagedDisconnect -With a code of ManagedDisconnect and a reason of null
There are no error logs in subserver logs.
OnEstablishedConnection is not called at all, nor the OnConnectionFailed in subserver logs.
What am i missing?