[FORTUNATAW] In MS Winsock control, how can I handle abrupt socket closures
and flush out any unsent data?
[HOSHI PATRICIA FRIEDMAN] If a socket gets closed, the control's Close
procedure will run. You can put your handling code there.
As for unsent data, it'll just be gone. You don't have to do anything about
it.
fortunataw - 31 Jan 2005 19:10 GMT
Thank you for your reply and help.
>-----Original Message-----
>[FORTUNATAW] In MS Winsock control, how can I handle abrupt socket closures
[quoted text clipped - 7 lines]
>
>.