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

GroupBy & Time Gap Fixes #975

Merged
merged 1 commit into from
Mar 20, 2014

Conversation

benjchristensen
Copy link
Member

I ran head-on into the "time gap" (#844) issue while working on a stream processing use case (and new 'pivot' operator I'm writing).
This is a solution. It's still not ideal as the Javadocs of BufferUntilSubscriber mention, but this is working better than nothing and does not require blocking threads.
A better solution will come as part of the back pressure work where BufferUntilSubscriber will evolve to have a bounded buffer.

I ran head-on into the "time gap" (ReactiveX#844) issue while working on a stream processing use case (and new 'pivot' operator I'm writing).
This is a solution. It's still not ideal as the Javadocs of BufferUntilSubscriber mention, but this is working better than nothing and does not require blocking threads.
A better solution will come as part of the back pressure work where BufferUntilSubscriber will evolve to have a bounded buffer.
benjchristensen added a commit that referenced this pull request Mar 20, 2014
@benjchristensen benjchristensen merged commit 17652fc into ReactiveX:master Mar 20, 2014
@benjchristensen benjchristensen deleted the groupBy-fixes branch March 20, 2014 17:47
@cloudbees-pull-request-builder

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

@benjchristensen
Copy link
Member Author

I should probably fix that random compilation error sitting in master branch ...

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.

None yet

2 participants