LightInject icon indicating copy to clipboard operation
LightInject copied to clipboard

HttpRequestMessageHandler sample broken with >5.0

Open petersondrew opened this issue 7 years ago • 0 comments

The HttpRequestMessageHandler sample relies on LogicalThreadStorage which no longer accepts a factory method in its constructor to create Value per-thread.

The sample should be updated to include a null-check and set call for Value in the SendAsync function, or maybe that constructor should come back.

petersondrew avatar Mar 27 '17 17:03 petersondrew