-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature event on receive #3411
Feature event on receive #3411
Conversation
@bbert Before I merge this: Does this align to your activities on refactoring the event bus? |
More generally, why not simply add 'isEventStart' in the event payload and then filter thoses specific SchemeIdUri events at application level? Regarding this PR proposal:
Other remark: do not push package-lock.json changes in the PR |
@bbert Thanks for the feedback:
|
|
7b02fcb
to
39dc91e
Compare
- fixed JSDoc - changed on start and on receive event names to be more precise - consolidated long .filter change to one to improve performance - refactored code to use eventBus.on properly with priorities - ignoring not set event mode - skipping logic specific to event start triggers if event was just receive
…dash.js into feature-event-on-receive � Conflicts: � src/core/EventBus.js
…in EventBus accordingly.
…dash.js into feature-event-on-receive � Conflicts: � src/core/EventBus.js
resolves #3379