Home Forums Support [PROBLEM] ConnectionInfo+NAT Reply To: [PROBLEM] ConnectionInfo+NAT

#829
Anonymous
Inactive

Thank you. Could the problem possibly be in this block?

internal void UpdateInfoAfterRemoteHandshake(ConnectionInfo handshakeInfo)
{
lock (internalLocker)
{
NetworkIdentifier = handshakeInfo.NetworkIdentifier;
RemoteEndPoint = handshakeInfo.LocalEndPoint;
IsConnectable = handshakeInfo.IsConnectable;
}
}

In this line?
RemoteEndPoint = handshakeInfo.LocalEndPoint;