-
Notifications
You must be signed in to change notification settings - Fork 89
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
Memory leak issue #51
Comments
Can you please provide more information? Does it help if you change
|
Im running into the same problem but in my case the memory leak appears when trying to access the properties of IEnumerable. I won't try your approach since I don't like dynamic variables but thanks! |
@Bortxop can you please provide more information about your case? |
We've used a simple method that resulted in a memory leak in our application:
The method was used in a background job.
The text was updated successfully, but these errors were encountered: