Page 1 of 1

TOraAlerter not receiving all events

Posted: Fri 25 Sep 2009 12:31
by aebibueb
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

Posted: Mon 28 Sep 2009 10:22
by Plash
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.