Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jul : Terminate Thread Timeout
| Subject: | Terminate Thread Timeout |
| Posted by: | "Eric" (er..@example.com) |
| Date: | Fri, 27 Jul 2007 15:36:46 |
Sometimes when I shutdown the TidTCPServer, I get a an exception
'Terminate Thread Timeout'
I have encapsulated my call to tcpserver.active := false with try except
and thats not exception so I assume it is one of the active connects.
However, I have an OnException handler and it does not get invoked.
How can I prevent or catch the exception?
I am using Indy 9 from BDS 2006.
-Eric