You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: