How i can get IpPort of SimpleTcpClient in client? #76
systemsiteseason
started this conversation in
General
Replies: 1 comment
-
Hi @systemsiteseason technically possible but not exposed through the library. I did a simple test exposing the underlying The other thing to consider is that if there is a network with NAT in between, the IP address the client thinks they are using and the IP address the server sees will not align. Best bet is to have some kind of unique identifier that is exchanged between client and server, or, have the server convey this information back to the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want take IpPort of client in client. Can do that?
Beta Was this translation helpful? Give feedback.
All reactions