Problem in Accessing Data from Server to Clietn
-
Hi all, I'm working on client-server application While sending data from server through Socket class, my client calls the callback function correctly but the problem rises when it gets hang at Client.Receive(buffer[]) in debug mode, when i repost message from server to client, it resumes the code from Client.Receive what should be the reason, any idea? thanks :)
Determination and faith are the only keys !
-
Hi all, I'm working on client-server application While sending data from server through Socket class, my client calls the callback function correctly but the problem rises when it gets hang at Client.Receive(buffer[]) in debug mode, when i repost message from server to client, it resumes the code from Client.Receive what should be the reason, any idea? thanks :)
Determination and faith are the only keys !
-
nayabsiddiqi wrote:
but the problem rises when it gets hang at Client.Receive(buffer[])
nayabsiddiqi wrote:
what should be the reason, any idea?
If you are making a blocking call then it is working perfectly.
thanks.. was confused in somehting :)
Determination and faith are the only keys !