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

remove rule 1:12 (produce same elements to all Subscribers) #225

Merged
merged 2 commits into from
Mar 12, 2015

Conversation

rkuhn
Copy link
Member

@rkuhn rkuhn commented Feb 17, 2015

This rule is in conflict with 1:11 which allows a Publisher to treat
multiple Subscribers as either as unicast or multicast recipients. The
verification of proper multicast behavior (which 1:12 specified) has
been retained, the test methods renamed accordingly.

Fixes #224.

This rule is in conflict with 1:11 which allows a Publisher to treat
multiple Subscribers as either as unicast or multicast recipients. The
verification of proper multicast behavior (which 1:12 specified) has
been retained, the test methods renamed accordingly.
@@ -635,7 +635,7 @@ public void run(Publisher<T> pub) throws Throwable {

// Verifies rule: https://github.com/reactive-streams/reactive-streams#1.12
Copy link
Contributor

Choose a reason for hiding this comment

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

outdated link to 1.12 here

@rkuhn
Copy link
Member Author

rkuhn commented Mar 12, 2015

There was agreement on the ticket, no comments here, so merging after 23 days.

rkuhn added a commit that referenced this pull request Mar 12, 2015
remove rule 1:12 (produce same elements to all Subscribers)
@rkuhn rkuhn merged commit 63074af into master Mar 12, 2015
@rkuhn rkuhn deleted the wip-remove-1.12 branch March 12, 2015 22:48
@viktorklang viktorklang modified the milestone: 1.0.0.RC4 Mar 25, 2015
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.

remove rule 1:12 (must produce same elements to multiple Subscribers)
3 participants