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
Hii @linvi please have a look at this issue. This is critical issue here since in .net it is recommended to reuse the http client. Please allow us to pass our own http client since we are using it for pooling.
HttpClient is global object as a recommendation from MS. It is recommend use single instance per app https://www.aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/ Think will be good idea allow users pass this instance directly into TwitterClient.
The text was updated successfully, but these errors were encountered: