Connections & Close Exceptions
Posted: Fri Aug 07, 2009 2:34 pm
by Wilfred Verkley >> Wed, 13 Jun 2001 22:43:14 GMT
Is the only way to tell whether a NamedPipe (or other types of connection?) has been closed by other other side is to catch the appropriate exception in a global exception handler?
Im using asynch calls, so there is no way to surround it with a local exception handler and it seems there is no callback for a close initiated by the other side.
Thanks,
Wilfred.
Is the only way to tell whether a NamedPipe (or other types of connection?) has been closed by other other side is to catch the appropriate exception in a global exception handler?
Im using asynch calls, so there is no way to surround it with a local exception handler and it seems there is no callback for a close initiated by the other side.
Thanks,
Wilfred.