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

Expands AggregateLifespan to include after_command/1 and after_error/1 #210

Merged
merged 1 commit into from
Oct 11, 2018

Conversation

uberbrodt
Copy link
Contributor

Previously, aggregates would not shut down if one or more events were
not returned after command execution. This change defines callbacks to
handle cases where an error or a [] is returned.

commanded#143

Previously, aggregates would not shut down if one or more events were
not returned after command execution. This change defines callbacks to
handle cases where an error or a [] is returned.
@slashdotdash
Copy link
Member

Thanks for taking the time to implement #143 in full, much appreciated.

@slashdotdash slashdotdash merged commit 4906674 into commanded:master Oct 11, 2018
@slashdotdash
Copy link
Member

slashdotdash commented Oct 11, 2018

Fixes #143.

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.

2 participants