oauth2-client-handler icon indicating copy to clipboard operation
oauth2-client-handler copied to clipboard

Updated readme setting InnerHandler in sample code

Open FrankPfattheicher opened this issue 3 years ago • 2 comments

Using the sample code there is an error complaining InnerHandler not set.

FrankPfattheicher avatar Aug 17 '22 14:08 FrankPfattheicher

Lazy<HttpClientHandler> does not work if synchronous GET/POST is used - could not find why.

FrankPfattheicher avatar Aug 18 '22 07:08 FrankPfattheicher

Converted to draft. It's not clear what you're trying to solve here. The PR title doesn't seem to match the code changes. Is it possible to start with a test first that demonstrates the problem you're trying to solve?

huysentruitw avatar Nov 19 '22 10:11 huysentruitw

Due Lazy<HttpClientHandler> is not thread save - removed it here.

FrankPfattheicher avatar May 16 '24 19:05 FrankPfattheicher