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

v2.5.1 #252

Merged
merged 21 commits into from
Oct 21, 2024
Merged

v2.5.1 #252

merged 21 commits into from
Oct 21, 2024

Conversation

DariaKunoichi
Copy link
Contributor

Goal

2.5.1 (2024-10-21)

Bug fixes

  • Move start of delivery goroutine to configure, don't wait on signals in delivery
    #250

Changeset

Asynchronous delivery goroutine start was moved from the module load time to Configure method.
It was marked as dangling goroutine by diagnostic tools.
Removed subscribing to signals in said goroutine as it was preventing main program from capturing signals.

Testing

Updated maze runner tests to have a default validation checks for events.

@DariaKunoichi DariaKunoichi merged commit be3f0e2 into master Oct 21, 2024
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants