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

Start with fresh values for nested sagas #24

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

gaynetdinov
Copy link
Contributor

@gaynetdinov gaynetdinov commented Feb 16, 2022

Currently, nested sagas see the results accumulated so far by the outer saga
which is not intended behaviour.
Also, nested more than one saga is somewhat broken currently.
This PR fixes both issues allowing nesting as many sagas as one may want
and not leaking data from outer saga(s) to the current one.

Closes #23

Damir Gainetdinov added 2 commits February 16, 2022 10:35
Currently, nested sagas see the results accumulated so far by outer saga
which is not an intended behavior.
Also, nested more than one saga is somewhat broken currently.
This PR fixes both issues allowing nesting as many sagas as one may want
and not leaking data from outer saga(s) to the current one.
@gaynetdinov gaynetdinov merged commit 409a98e into main Feb 22, 2022
@gaynetdinov gaynetdinov deleted the start-with-fresh-values-for-nested-sagas branch February 22, 2022 09:07
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.

Start with fresh values for nested sagas
2 participants