Skip to content

2.: Fix flatMapX over-cancellation in case of an inner error#4686

Merged
akarnokd merged 1 commit intoReactiveX:2.xfrom
akarnokd:flatMapXFix
Oct 10, 2016
Merged

2.: Fix flatMapX over-cancellation in case of an inner error#4686
akarnokd merged 1 commit intoReactiveX:2.xfrom
akarnokd:flatMapXFix

Conversation

@akarnokd
Copy link
Member

A non-delayed error set the cancellation flag and thus any subsequent drain would just quit instead of delivering the error.

(And while I'm at it, I'll try to figure out a way to not get killed by OOMKiller).

Reported in #4684.

@akarnokd akarnokd added the Bug label Oct 10, 2016
@akarnokd akarnokd added this to the 2.0 RC5 milestone Oct 10, 2016
@codecov-io
Copy link

codecov-io commented Oct 10, 2016

Current coverage is 82.04% (diff: 100%)

No coverage report found for 2.x at 5209ba3.

Powered by Codecov. Last update 5209ba3...b6490ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants