dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Memory leak with disposables not being disposed #63

Open einari opened 4 years ago

einari commented 4 years ago

With Autofac, dependencies/services are tracked if they are disposables. If they're never explicitly collected and Autofac is told to dispose and not track the instance anymore, this becomes a memory leak. References to instances are then being kept around.

┆Issue is synchronized with this Asana task