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

OperatorMulticastAndReplay #1108

Merged
merged 1 commit into from
Apr 30, 2014

Conversation

akarnokd
Copy link
Member

Operator Multicast and Replay, because Replay is effectively a multicasted subject.

Issue #1060

@akarnokd akarnokd mentioned this pull request Apr 25, 2014
57 tasks
@cloudbees-pull-request-builder

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


@Override
public void onNext(T args) {
subject.onNext(args);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the source is synchronous, we'll hold the lock for the entire time.

This was already there, so not holding up the merge, but we should resolve this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed this as well, but couln't think of a basic way of resolving it. I'll try with the queue-drain method next.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If no obvious solution comes up, let's open an issue to track this for the future.

@benjchristensen benjchristensen merged commit 96f4b66 into ReactiveX:master Apr 30, 2014
@akarnokd akarnokd deleted the OperatorMulticast branch April 30, 2014 07:18
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

3 participants