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
363 stars 108 forks source link

I need remove - \u0013 #72

Open ThiagoLabM opened 3 years ago

ThiagoLabM commented 3 years ago

Hi, Would you help me? How do I get the \0013? I want to send the message without this code. Has as? Thanks!!!

BrandonPotter commented 3 years ago

Use Write(...) instead of WriteLine(...) ?

ThiagoLabM commented 3 years ago

Hi, makes sense, haha. I use WriteLine(...) Thanks.