Closed kWoren closed 1 year ago
Hi,
Thank you for this great library, I have used it for some time and it made things so much easier! In the latest release I noticed the following problem:
var client = new WatsonTcpClient(ServerIp, ServerPort);
client.Events.ServerConnected += (s, e) => { e.Client is null here!! };
Hi, that is expected. The client property is only useful in that event on the server-side.
Hi,
Thank you for this great library, I have used it for some time and it made things so much easier! In the latest release I noticed the following problem:
var client = new WatsonTcpClient(ServerIp, ServerPort);
client.Events.ServerConnected += (s, e) => { e.Client is null here!! };