CSharpServer
CSharpServer copied to clipboard
Endpoint cannot be uniquely recognized
Hello there, Given that the UDPServer uses the library here, but a client code uses the standard C#'s UdpClient to connect to the server, I can't see any identification of that client (Ip, Port) when it arrives to the server's receive callback. I even modified the Endpoint.ccp class to store the _address and _port and added getters to them, but I only get null for Ip and 0 for port. Is that expected? Can this be changed somehow? That's the only obstacle I have for using this library...
Thanks.