Skip to content
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

Fix memory leak when using EF Core #4900

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Fix memory leak when using EF Core #4900

merged 1 commit into from
Feb 8, 2024

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented Feb 7, 2024

Converted the result of the Select() operation to a list, within the BuildContainsExpression method. This prevents multiple enumerations of the 'entities' variable, improving the performance of the method by reducing the number of iterations.

Fixes #4884

Converted the result of the Select() operation to a list, within the BuildContainsExpression method. This prevents multiple enumerations of the 'entities' variable, improving the performance of the method by reducing the number of iterations.
@sfmskywalker sfmskywalker added bug Something isn't working elsa 3 This issue is specific to Elsa 3 prio immediate An urgent issue which must be addressed immediately labels Feb 7, 2024
@sfmskywalker sfmskywalker added this to the Elsa 3.1 milestone Feb 7, 2024
@raymonddenhaan raymonddenhaan merged commit 1f402ab into main Feb 8, 2024
2 checks passed
@raymonddenhaan raymonddenhaan deleted the issue(4884) branch February 8, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working elsa 3 This issue is specific to Elsa 3 prio immediate An urgent issue which must be addressed immediately
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Memory Leak in CodeActivity Post Workflow Execution
3 participants