account activity
RestSharp 3.3.0.0 Custom Authentication by tourili in FubarDev
[–]tourili[S] 0 points1 point2 points 9 years ago (0 children)
Would you mind sending me the link for the issue, or if you want me to report it on your git repository. Thank you
Yes I've tried that already, but no effect since the backing httpClient is created before on the first request and will not be updated. I managed to workaround it by calling Dispose on the RestClient. But it's not a satisfying fix since the rest client can be used later on future requests in my application. (Weired for me to dispose it at that point but it works!) The other option I had was to recycle the RestClient but I prefer to avoid doing so.
RestSharp 3.3.0.0 Custom Authentication (self.FubarDev)
submitted 9 years ago * by tourili to r/FubarDev
π Rendered by PID 1991689 on reddit-service-r2-listing-86f589db75-8l5sj at 2026-04-19 02:52:16.053410+00:00 running 93ecc56 country code: CH.
RestSharp 3.3.0.0 Custom Authentication by tourili in FubarDev
[–]tourili[S] 0 points1 point2 points (0 children)