dotnet / WatsonTcp

WatsonTcp is the easiest way to build TCP-based clients and servers in C#.
MIT License
599 stars 117 forks source link

User Defined GUID #264

Closed ShayanFiroozi closed 10 months ago

ShayanFiroozi commented 1 year ago

The GUID of both Server and Client are generated automatically which is not so ideal , in my scenario I need to set my own GUID to the both Server and Client in order to identify them when communicating and sending messages to each other.

Is this possible ?

jchristn commented 1 year ago

Hi @ShayanFiroozi this is an excellent request but unfortunately will require a pretty significant rework. If you have a PR, I'd love to see it, otherwise I'll put it in my backlog.

jchristn commented 10 months ago

Hi @ShayanFiroozi I know it's been some time since you posted this issue, but I wanted to let you know this capability is now in. Please see v6.0.2 in NuGet; there is an example in the README. Cheers!