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

Add ClientIP Connection property #374

Merged
merged 5 commits into from
May 4, 2020
Merged

Add ClientIP Connection property #374

merged 5 commits into from
May 4, 2020

Conversation

ColinSullivan1
Copy link
Member

@ColinSullivan1 ColinSullivan1 commented Apr 28, 2020

Add the ClientIP connection property to retrieve the server info client IP field.

Signed-off-by: Colin Sullivan [email protected]

Signed-off-by: Colin Sullivan <[email protected]>
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@watfordgnf watfordgnf left a comment

Choose a reason for hiding this comment

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

One comment and two suggestions, but otherwise looks good!

src/NATS.Client/Conn.cs Outdated Show resolved Hide resolved
src/Tests/IntegrationTests/TestConnection.cs Show resolved Hide resolved
@@ -26,6 +26,7 @@
using System.Diagnostics;
using NATS.Client.Extensions;
using NATS.Client.Internals;
using System.Net;
Copy link
Collaborator

Choose a reason for hiding this comment

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

usings got out of order.

ColinSullivan1 and others added 2 commits April 29, 2020 11:12
Co-Authored-By: Christopher Watford <[email protected]>
Co-Authored-By: Christopher Watford <[email protected]>
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

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

LGTM

@ColinSullivan1
Copy link
Member Author

Thanks for the reviews! Once tests are green, I'll merge.

@ColinSullivan1 ColinSullivan1 merged commit b41cc30 into master May 4, 2020
@ColinSullivan1 ColinSullivan1 deleted the client_ip branch May 4, 2020 21:52
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.

3 participants