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
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.