Skip to content

Endpoint cannot be uniquely recognized #4

@ydan87

Description

@ydan87

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions