TcpClient and non-blocking mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an unmanaged C++ project which acts as a TCP client. However, the C++
client uses non-blocking mode and the tcplistener in the C# project is
blocking. I am not sure if this matters, but I'm not getting any data at the
C# client side even though the sending C++ side signals that the send was
successful. Do they both have to be of the same type, i.e. blocking or
non-blocking or could there be another error somewhere?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top