Skip to content

Fixes #233 by implementing support for triggered demand in in the SubscriberBlackboxVerification #252

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

Merged
merged 1 commit into from
Mar 30, 2015

Conversation

viktorklang
Copy link
Contributor

* By default this method does nothing.
*/
public void triggerRequest(final Subscriber<? super T> subscriber) {

Copy link
Contributor

Choose a reason for hiding this comment

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

"this page method body was intentionally left blank." 😉

@ktoso
Copy link
Contributor

ktoso commented Mar 26, 2015

This looks v. good I think, thanks Viktor!

@viktorklang
Copy link
Contributor Author

@ktoso @purplefox & @reactive-streams/contributors Addressed review feedback in the following commit: 658c95e

@viktorklang
Copy link
Contributor Author

@reactive-streams/contributors & @purplefox This PR is ready to merge, Tim please verify that this fixes your issue and contributors-please raise any objections you might have (this is completely without impact on already TCK-passing implementations). I'll merge this on the 30th of March unless there are objections. Thanks

@viktorklang viktorklang force-pushed the wip-233-support-manual-demand-√ branch from 658c95e to 9f2a05f Compare March 27, 2015 12:01
@viktorklang viktorklang changed the title Initial, wip commit that implements manual triggering of demand. Fixes #233 by implementing support for triggered demand in in the SubscriberBlackboxVerification Mar 27, 2015
@purplefox
Copy link

This works for me.

(Aside: One small issue, not specifically related to this PR, I had to install Java 7 to build the TCK as it doesn't build using Java 8 - small JavaDoc issue. Java 7 will be EOL in a month)

@viktorklang
Copy link
Contributor Author

Great that it worked. What was the Java Doc issue?

Cheers,

On 28 Mar 2015 08:51, "Tim Fox" [email protected] wrote:

This works for me.

(Aside: One small issue, not specifically related to this PR, I had to
install Java 7 to build the TCK as it doesn't build using Java 8 - small
JavaDoc issue. Java 7 will be EOL in a month)


Reply to this email directly or view it on GitHub
#252 (comment)
.

@viktorklang viktorklang force-pushed the wip-233-support-manual-demand-√ branch from 9f2a05f to c97be99 Compare March 29, 2015 20:12
@viktorklang
Copy link
Contributor Author

@purplefox Alright, I found and fixed the issue, it was due to the requirement to qualify nested classes in Javadoc links.

viktorklang added a commit that referenced this pull request Mar 30, 2015
…demand-√

Fixes #233 by implementing support for triggered demand in in the SubscriberBlackboxVerification
@viktorklang viktorklang merged commit 21c8089 into master Mar 30, 2015
@viktorklang viktorklang deleted the wip-233-support-manual-demand-√ branch March 30, 2015 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants