2.3.5: fix how duplicate events are identified
This release backports a bug fix from 3.8.2. If an event MyEmitter[foo]/evt1 was deferred, subsequent events MyEmitter[foo]/evt2 and MyEmitter[bar]/evt1 would be incorrectly identified as duplicate events, and then skipped.
What's Changed
Fixes
- Compare full event paths when skipping duplicate notices in #2717
Full Changelog: 2.23.4...2.23.5