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

Operation GroupByUntil #511

Closed
wants to merge 1 commit into from
Closed

Conversation

akarnokd
Copy link
Member

Issue #52

Note that Rx.NET's Subject once onCompleted() or onError()'d, any subsequent subscriptions from observers will immediately receive onCompleted() or onError(). RxJava's PublishSubject however doesn't seem to do that, leaving future observers never do anything. Since the Rx.NET.GroupByUntil relied on the described behavior to handle escaped groups, the proposed implementation inside the GroupSubject will do this manually.

@cloudbees-pull-request-builder

RxJava-pull-requests #435 SUCCESS
This pull request looks good

@benjchristensen
Copy link
Member

Needs to be rebased before it can merge.

@akarnokd
Copy link
Member Author

Will do shortly.

@akarnokd akarnokd closed this Nov 22, 2013
@akarnokd akarnokd deleted the GroupByUntil2 branch November 22, 2013 22:52
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.

3 participants