Listeners for multiple plugins are being chained together

Hi! We’re using Capacitor 5, and seeing some bizarre chaining of events. For example, we’re using the Stripe plugin, and when the payment flow event fires, it’s also firing events for the App, Push Notifications, and other plugins. We’re only attaching to events once, but it’s as if triggering one even triggers many. Anything obvious come to mind? Happy to share code etc. but we don’t have too exotic a setup. Seeing this primarily on Android, although we also saw it with the BarCodeScanner app on iOS (to the point that we removed the functionality). Thanks in advance!

Matthew

Sounds like methods are called in the wrong places. Without showing code it will be impossible to help you.