-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stackoverflow exception 4.0.3 #124
Comments
The exception seems to occur when parallel requests are done to same controller. Usually 1-2 first requests get resolved correctly and remaining fail. |
This error seems to occur with more than one route, when many parallel requests are done. |
Thanks for letting me know, will check. |
Another q, do you have open-generic services or do you use decorators? |
@dadhi Yes. We have many decorators and some open generic too. |
Huh, then it may be related to #116. Which is fixed in the master and I planning the release soon. |
@Havunen Version 4.0.4 is published |
Hey,
Thanks for this project, we are looking for more performant IOC than autofac for our REST API and dryioc seems to be promising! I have converted most of autofac code to dryioc and it seems to work nice. However one of our REST API controller is throwing stackoverflow exception when calling it.
We are using DryIoc + WebAPI + Owin setup Compiled from sources due to issue in 4.0.3 platform targets.
Call stack
Any idea where should I look into to get more information whats happening? Thanks!
The text was updated successfully, but these errors were encountered: