Does it make sense for the EventListenerSupport class to have a separate
method to fire an event "quietly" i.e. without throwing exceptions to the
caller?
I've needed to implement it locally to guarantee that all listeners receive
the event, whereas the standard fire() terminates on the first exce
Thank you, I'll check it out.
Gary
On Wed, Aug 16, 2023, 12:21 AM Sruteesh Kumar
wrote:
> Hi,
>
> I replied to your comment in the ticket. Kindly look into it once
>
> Thank you,
> Sruteesh Kumar
>
> Original Message
> On 16 Aug 2023, 3:13 am, Gary Gregory wrote:
>
> > Hi, Ple