-
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 secure chat server example reactor#761 #2677
Conversation
a18e566
to
e3760b6
Compare
I am not sure why build (windows-2019, nio) failed. the check failed with assertion exception at ITTracingHttpClientDecoratorTest, but the same test succeeded with other OS platforms. |
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.
Hi @jchenga ,
thanks a lot for submitting this PR !
Now, I have made few comments, can you please check the following ?
...tor-netty-examples/src/main/java/reactor/netty/examples/tcp/securechat/SecureChatClient.java
Outdated
Show resolved
Hide resolved
...tor-netty-examples/src/main/java/reactor/netty/examples/tcp/securechat/SecureChatServer.java
Outdated
Show resolved
Hide resolved
...tor-netty-examples/src/main/java/reactor/netty/examples/tcp/securechat/SecureChatServer.java
Show resolved
Hide resolved
e3760b6
to
1a02a75
Compare
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.
...tor-netty-examples/src/main/java/reactor/netty/examples/tcp/securechat/SecureChatClient.java
Outdated
Show resolved
Hide resolved
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.
nice!
Provide a corresponding Reactor Netty version of Secure chat server example as found in Netty project.
1a02a75
to
c807f5d
Compare
@jchenga , thanks for the PR; |
Provide a corresponding Reactor Netty version of Secure chat server example as found in Netty project.
Related to #761