Skip to content
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

Allow multiple OnStarted and OnStopping callbacks #573

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

joelfoliveira
Copy link
Contributor

Description

As reported in issue #569 OnStarted and OnStoppind didn't allow for registering multiple callbacks for the same event. By combining the registration of callbacks this fixes the issue.

Fixes #569

How Has This Been Tested?

Integration Tests added.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@joelfoliveira joelfoliveira merged commit 433f337 into master Jun 17, 2024
3 checks passed
@joelfoliveira joelfoliveira deleted the feat/issue-569 branch June 17, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report]: OnStarted is not aggregating handlers
5 participants