Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

[VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

Joined
May 20, 2005
Messages
104,556
Hello,

I love the idea of this library, but even using the test application included in the solution, the text would come through in other characters. An example of this is:

Sending "Test" over TCP would turn into "敔瑳" in the output window.

It's also only accepting every second connection.

Would appreciate your help, Thanks, Will

That sounds like an encoding issue. I haven't looked at this code for some time but I certainly don't recall that behaviour. Did you just use the attached solution as is? What version of VS are you using? I'll take a look some time soon but it's 1.30 AM here, so not right now.
 
Top