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

Delay: error cut ahead was not properly serialized #3028

Merged
merged 1 commit into from
Jun 22, 2015

Conversation

akarnokd
Copy link
Member

Originally, the error through delay was emitted directly to the child without serializing in respect of an in-flight onNext(). This change schedules the error on the worker with no delay which ensures proper serialization. (The alternative would be to wrap the child into a SerializedSubscriber, however, that wouldn't immediately cancel any in-flight onNext schedules.)

@akarnokd akarnokd added the Bug label Jun 18, 2015
akarnokd added a commit that referenced this pull request Jun 22, 2015
Delay: error cut ahead was not properly serialized
@akarnokd akarnokd merged commit c868ba9 into ReactiveX:1.x Jun 22, 2015
@akarnokd akarnokd deleted the DelayErrorCutaheadFix branch June 22, 2015 09:05
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.

1 participant