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
Not long ago, I tested and found that there was a problem of TCP leakage。Later, it was found that the problem was with the RestSharp component.See this issue for details #411 . restsharp/RestSharp#1406
I tried to migrate the IHttpClientFactory component and found it failed. so is there any official plan to use IHttpClientFactory instead of RestSharp as an HTTP component? Otherwise, this problem will be perplexed all the time。
The text was updated successfully, but these errors were encountered:
Not long ago, I tested and found that there was a problem of TCP leakage。Later, it was found that the problem was with the RestSharp component.See this issue for details #411 . restsharp/RestSharp#1406
I tried to migrate the IHttpClientFactory component and found it failed. so is there any official plan to use IHttpClientFactory instead of RestSharp as an HTTP component? Otherwise, this problem will be perplexed all the time。
We can definitely do this a breaking change as we add new APIs // cc @poornas@kannappanr
As @harshavardhana remarked. It'd be a breaking change & we'd need to rewrite the APIs. The product development team is looking into it and they will make a decision.
Not long ago, I tested and found that there was a problem of TCP leakage。Later, it was found that the problem was with the RestSharp component.See this issue for details #411 .
restsharp/RestSharp#1406
I tried to migrate the IHttpClientFactory component and found it failed. so is there any official plan to use IHttpClientFactory instead of RestSharp as an HTTP component? Otherwise, this problem will be perplexed all the time。
The text was updated successfully, but these errors were encountered: