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

fix(effects): resubscribe every time and error occurs (#2023) #2026

Merged
merged 1 commit into from
Jul 23, 2019
Merged

fix(effects): resubscribe every time and error occurs (#2023) #2026

merged 1 commit into from
Jul 23, 2019

Conversation

peterreisz
Copy link
Contributor

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

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?

[ ] Yes
[x] No

@ngrxbot
Copy link
Collaborator

ngrxbot commented Jul 20, 2019

Preview docs changes for 47f44d0 at https://previews.ngrx.io/pr2026-47f44d0/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Jul 22, 2019

Preview docs changes for c491a9d at https://previews.ngrx.io/pr2026-c491a9d/

1 similar comment
@ngrxbot
Copy link
Collaborator

ngrxbot commented Jul 22, 2019

Preview docs changes for c491a9d at https://previews.ngrx.io/pr2026-c491a9d/

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@brandonroberts brandonroberts merged commit 5b48912 into ngrx:master Jul 23, 2019
@peterreisz
Copy link
Contributor Author

@brandonroberts @timdeschryver This PR was reverted due to some CI issue. Are you planning on fixing the issue? Can I help somehow?

@peterreisz peterreisz deleted the fix/2023-effects-resubscribe branch October 9, 2019 11:28
@timdeschryver
Copy link
Member

@peterreisz see #2165

@peterreisz peterreisz restored the fix/2023-effects-resubscribe branch October 14, 2019 19:23
jordanpowell88 pushed a commit to jordanpowell88/platform that referenced this pull request Nov 14, 2019
jordanpowell88 pushed a commit to jordanpowell88/platform that referenced this pull request Nov 14, 2019
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.

Resubscribe on Error should work multiple times
4 participants