-
Notifications
You must be signed in to change notification settings - Fork 646
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
Add Reactor Netty version of the Quote of the Moment example #2636
Add Reactor Netty version of the Quote of the Moment example #2636
Conversation
d89a3a2
to
be9f6cf
Compare
be9f6cf
to
db33022
Compare
@jchenga I'm gonna check this today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jchenga Thanks for the PR!
...tor-netty-examples/src/main/java/reactor/netty/examples/udp/qotm/QuoteOfTheMomentClient.java
Outdated
Show resolved
Hide resolved
@reactor/netty-team PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, thanks for the PR.
…p/qotm/QuoteOfTheMomentClient.java
No problem. Glad to be of help. |
This PR attempts to provide a corresponding Reactor Netty version of the QOTM example available in Netty project.
Related to #761