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

2.x: Observable.scan, no seed - fix post-terminal behaviour #4904

Merged
merged 1 commit into from
Dec 4, 2016

Conversation

davidmoten
Copy link
Collaborator

This PR

  • ensures that scan function throwing cannot result in two terminal events (error or complete) and that additional error event is reported to RxJavaPlugins error handler.
  • ensures that scan function if throws is not called again

@akarnokd akarnokd added this to the 2.0 backlog milestone Dec 4, 2016
@akarnokd akarnokd merged commit 34b4b6b into ReactiveX:2.x Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants