-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix(effects): resubscribe every time and error occurs (#2023) #2026
fix(effects): resubscribe every time and error occurs (#2023) #2026
Conversation
Preview docs changes for 47f44d0 at https://previews.ngrx.io/pr2026-47f44d0/ |
Preview docs changes for c491a9d at https://previews.ngrx.io/pr2026-c491a9d/ |
1 similar comment
Preview docs changes for c491a9d at https://previews.ngrx.io/pr2026-c491a9d/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@brandonroberts @timdeschryver This PR was reverted due to some CI issue. Are you planning on fixing the issue? Can I help somehow? |
@peterreisz see #2165 |
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #2023
What is the new behavior?
The effects will resubscribe every time an error occurs in the stream.
Does this PR introduce a breaking change?