Implementation of TMyIOHandler
Posted: Thu 12 Mar 2009 12:03
Can I get some information or an example of a TMyIOHandler?
I need to make the client application react gracefully when a connection is lost, whether from a pulled LAN cable or a failure of the Internet connection (accessing a remote server).
OnConnectionLost never fires. When should it?
I am hoping that a TMyIOHandler can monitor network access without actually having to (re)write the entire IO code block. Is this correct?
If not, please advise on an approach to handling network connection losses.
Thanks!
I need to make the client application react gracefully when a connection is lost, whether from a pulled LAN cable or a failure of the Internet connection (accessing a remote server).
OnConnectionLost never fires. When should it?
I am hoping that a TMyIOHandler can monitor network access without actually having to (re)write the entire IO code block. Is this correct?
If not, please advise on an approach to handling network connection losses.
Thanks!