CSharpServer icon indicating copy to clipboard operation
CSharpServer copied to clipboard

Endpoint cannot be uniquely recognized

Open ydan87 opened this issue 4 years ago • 0 comments

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.

ydan87 avatar Apr 30 '20 07:04 ydan87