You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: