Skip to content

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

Merged
akarnokd merged 1 commit intoReactiveX:2.xfrom
davidmoten:obs-scan-fix
Dec 4, 2016
Merged

2.x: Observable.scan, no seed - fix post-terminal behaviour#4904
akarnokd merged 1 commit intoReactiveX:2.xfrom
davidmoten:obs-scan-fix

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