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

FindOneAndReplaceAsync Issue #89

Open
gdloacev opened this issue May 27, 2022 · 0 comments
Open

FindOneAndReplaceAsync Issue #89

gdloacev opened this issue May 27, 2022 · 0 comments

Comments

@gdloacev
Copy link

The method FindOneAndReplaceAsync sometimes return the wrong entity because internally has an async method for replace the entity and after has a return with another async method for get the entity, the problem is sometimes the get method finish first and return the entity without the changes. This issue cause in my case a concurrency exception because don´t update the eTag field.
URF Core Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant