Skip to content

GroupBy GroupedObservables should not re-subscribe to parent sequence#283

Closed
benjchristensen wants to merge 2 commits into
ReactiveX:masterfrom
benjchristensen:issue282-groupBy
Closed

GroupBy GroupedObservables should not re-subscribe to parent sequence#283
benjchristensen wants to merge 2 commits into
ReactiveX:masterfrom
benjchristensen:issue282-groupBy

Conversation

@benjchristensen

Copy link
Copy Markdown
Member

#282

Refactored to maintain a single subscription that propagates events to the correct child GroupedObservables.

ReactiveX#282

Refactored to maintain a single subscription that propagates events to the correct child GroupedObservables.
@cloudbees-pull-request-builder

Copy link
Copy Markdown

RxJava-pull-requests #154 FAILURE
Looks like there's a problem with this pull request

- support unsubscribing from parent and/or child
- The following is now possible:

```
groupBy().take(1).mapMany(group -> group.take(20))
```

- the subscription on the parent will cause new groups to stop being sent, but it will keep sending events until all previously created groups are unsubscribed from
@cloudbees-pull-request-builder

Copy link
Copy Markdown

RxJava-pull-requests #155 FAILURE
Looks like there's a problem with this pull request

@benjchristensen

Copy link
Copy Markdown
Member Author

Replaced with #284

jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
This is already being avoided in the other registries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants