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

happy-eyeballs #2162

Closed
dongzhaosheng73 opened this issue Dec 20, 2023 · 1 comment
Closed

happy-eyeballs #2162

dongzhaosheng73 opened this issue Dec 20, 2023 · 1 comment

Comments

@dongzhaosheng73
Copy link

Now that IPV6 addresses are being used more and more, does restsharp have a fallback scheme when ipv6 addresses are not available? As far as I know, there is a happy-eyeballs mechanism. I didn't see a similar problem in the question, so I brought it up to find a similar solution.

@alexeyzimarev
Copy link
Member

RestSharp is a wrapper of HttpClient, it doesn't implement any low-level transport concerns. As soon as Happy Eyeballs is available in HttpClient, it will be available for the whole .NET ecosystem, including RestSharp.

You can track and contribute to related issues in the .NET runtime repository, I found at least two:
dotnet/runtime#26177
dotnet/runtime#87932

The second issue indicates that the API was approved, but it doesn't seem to be implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants