Skip to content

1.x: fix delaySubscription(Observable) unsubscription before triggered#3845

Merged
akarnokd merged 1 commit intoReactiveX:1.xfrom
akarnokd:DelaySubscriptionFix
Apr 8, 2016
Merged

1.x: fix delaySubscription(Observable) unsubscription before triggered#3845
akarnokd merged 1 commit intoReactiveX:1.xfrom
akarnokd:DelaySubscriptionFix

Conversation

@akarnokd
Copy link
Member

@akarnokd akarnokd commented Apr 8, 2016

The serial subscription in the delaySubscription(Observable) operator was not chained properly and thus an unsubscription before any events by the other didn't prevent the subscription to the main source.

Reported in #3844

@stevegury
Copy link
Member

👍

@akarnokd akarnokd merged commit b126c6c into ReactiveX:1.x Apr 8, 2016
@akarnokd akarnokd deleted the DelaySubscriptionFix branch April 8, 2016 21:45
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.

2 participants