Description
I've a strange behavior.
I'm using a HttpTaskAsyncHandler (aspnet 4.7.2) where i resolve a service from my child container.
This works most of the time, but if i do some fast curl calls then it throws a StackOverflowException.
I thought this should be catched by the Diagnostic extension?
To Reproduce
I'm not sure how to reproduce, as it's not happening on every request.
Additional context
Using Unity v5.11
Description
I've a strange behavior.
I'm using a
HttpTaskAsyncHandler(aspnet 4.7.2) where i resolve a service from my child container.This works most of the time, but if i do some fast curl calls then it throws a
StackOverflowException.I thought this should be catched by the
Diagnosticextension?To Reproduce
I'm not sure how to reproduce, as it's not happening on every request.
Additional context
Using Unity v5.11