
how to wait for the winsock control to finish sending data?
Thanks for reply Max,
my problem is, somehow, I am not able to cleanly close the connection
from the sender app to the receiver app. Manytimes this results in
incomplete transfer of data.
Appreciate any ideas. Thanks once again.
- Milind
Quote:
> You will need to close the connection at the server once you're done sending. Then, in the Close event of the client, you will know data send is complete.
> Max Bolingbroke