Hi,
Iam Working on socket Example in Sdk.Iam sending a request to a server and i get a message form the server,but i want to send the next request once i read the full message. I tried if isocket Reader is not Active but since read function is call in a CActive Run function it is alway's Active.I tried if iStatus KErrNone ,but After it read the last character from the server it show's iStatus = KErrNone.Is there any method to check that socket reader has read the full message.Please Some one Help me.



