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

Fixed IPv6 loopback address #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zeejfps
Copy link

@Zeejfps Zeejfps commented Nov 29, 2019

Looks like a copy paste issue happened here?

@Zeejfps
Copy link
Author

Zeejfps commented Nov 29, 2019

So it appears this affects the "GetConnectionInfoTest".
This is because for what ever reason IPAddress.ToString returns the IPv4 address in an IPv6 compatible format? (::ffff:127.0.0.1)
However for what ever reason the TCPClient isn't able to connect to that form of an address?

@Zeejfps
Copy link
Author

Zeejfps commented Nov 29, 2019

@miwarnec
Copy link
Collaborator

which OS did you test this on?

@Zeejfps
Copy link
Author

Zeejfps commented Nov 30, 2019

which OS did you test this on?

It was a windows 10 machine. One thing of note, this was on a work machine which has strick firewall settings, however, replacing the IPv6 address with ::1 does work.

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.

None yet

2 participants