Problem about socket communication

Posted by Ahmet Altun on Stack Overflow See other posts from Stack Overflow or by Ahmet Altun
Published on 2010-03-22T11:45:51Z Indexed on 2010/03/22 11:51 UTC
Read the original article Hit count: 253

Filed under:
|

I have two separate socket projects in VS.NET. One of them is sender, other one is receiver. After starting receiver, i send data from sender. Although send method returns 13 bytes as successfully transferred, the receiver receives 0 (zero). The receiver accepts sender socket and listens to it. But cannot receive data. Why?

P.S. : If sender code is put in receiver project, receiver can get data, as well.

© Stack Overflow or respective owner

Related posts about sockets

Related posts about c#