TOraAlerter not receiving all events

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
aebibueb
Posts: 13
Joined: Thu 24 Jul 2008 13:46

TOraAlerter not receiving all events

Post by aebibueb » Fri 25 Sep 2009 12:31

Hello

I am using the Alerter to broadcast several events.
When I send several events from one Alerter A to the others, I only receive one of them in Alerter A, whereas the others get all of them. Is that expected and if so why? (see demo program)
http://213.180.191.114/download/devel/Alerter.zip

best regards
christophe

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 28 Sep 2009 10:22

TOraAlerter is not intended to receive self events. It contains code that filters self events. This code works correctly for one event. If you send two events, only one of them is filtered.

You should not use the same alerter to send and receive same events.

Post Reply