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 with UnitOfWorkExecutor when working with InMemory repository #241

Open
sushiljoshi22 opened this issue Oct 27, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sushiljoshi22
Copy link
Contributor

When InMemoryReactiveRepository is used, unitOfWork objects are added but never removed from the repository resulting in a slow memory leak over time.

@sushiljoshi22 sushiljoshi22 self-assigned this Oct 27, 2022
@sushiljoshi22 sushiljoshi22 added the bug Something isn't working label Oct 27, 2022
@sushiljoshi22
Copy link
Contributor Author

#240
#242
#243
#244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant