BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
362 stars 108 forks source link

Is it possible add timeout to .Write() function #75

Open sauliko opened 2 years ago

sauliko commented 2 years ago

Hi ,

I'm using .Write() function i see that you have function WriteLineAndGetReply() with timeout but is it possible to use Timeout with Write() function?

Thanks