1 Attachment(s)
Get Winsock client ready 2 send
I have seen so many posts of people using timers to check status of the winsock control when the winsock status is say sckClosing; other people try and send data when the winsock control is not ready.
Asynchronous programming requires a different mindset in that data to be sent must be stored in a buffer until such time as the winsock control is ready to send the data. The WinsockSender class attached is a simple solution to this.
1 Attachment(s)
Re: Get Winsock client ready 2 send
OK this time the changes have been tested properly. :wave:
Re: Get Winsock client ready 2 send
hello mikky ..for a long time i have been looking for something like this but i don't exactly know how to use it ..it would be helpful if you could attach a project as well using your method :)
Re: Get Winsock client ready 2 send
Thank you :).. I would also like to see an example on how to use it..