Possible Duplicate:
TCP Client Side Issue
I am having a big trouble by using c# TCP client and server application. Everything work fine... But in some case, when a TCP server send simultaneous response to TCP client, The client can consider both of the two message send by the server are actually a single message. I don't know why such case are occurring... If any one know please help me. My TCP client and Server are written in c#.