dotnet / WatsonTcp

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

Is WatsonTcpServer threadsafe ? #284

Closed orosbogdan closed 4 months ago

orosbogdan commented 5 months ago

Is WatsonTcpServer safe ? Is it safe to call WatsonTcpServer.Send(...) from different threads?

jchristn commented 5 months ago

Hi, yes it is.