TOracleEvent

Che Ming

Member²
I use TOracleEvent in my project and I found sometime, the TOracleEvent.Stop will block my main thread, so my program will be dead when I close my program and TOracleEvent.Stop is calld by TOracleEvent.Destroy, why? How can I avoid it?
 
The Stop procedure will send a message or alert that signals the TOracleEvent to stop waiting for events. If for some reason this fails, the stop procedure will wait up to 10 seconds before returning. This would indicate that there is some problem on the server, either on the sending or receiving end. If it does not return at all, there is a problem sending the stop signal.

------------------
Marco Kalter
Allround Automations
 
Back
Top