-
Hi, Thank you for this great library, I have used it for some time and it made things so much easier! var client = new WatsonTcpClient(ServerIp, ServerPort); client.Events.ServerConnected += (s, e) => |
Beta Was this translation helpful? Give feedback.
Answered by
jchristn
Feb 22, 2023
Replies: 1 comment
-
Hi, that is expected. The client property is only useful in that event on the server-side. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kWoren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, that is expected. The client property is only useful in that event on the server-side.