We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes, when I start asp core 2.1 app, it throws an exception in method GetAllFromDatabaseForResource() in SqlStringLocalizerFactory class.
A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
Do you have an idea where is problem? Thank you ;)
The text was updated successfully, but these errors were encountered:
Hi, somewhere in your app there must be an await missing, and since the LocalisationContext is Singleton someone isnt waiting it's turn.
Have you tried registering as Transient ? This won't solve the problem per se, but it will limit the chance of it happenning
Sorry, something went wrong.
No branches or pull requests
Sometimes, when I start asp core 2.1 app, it throws an exception in method GetAllFromDatabaseForResource() in SqlStringLocalizerFactory class.
A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
Do you have an idea where is problem?
Thank you ;)
The text was updated successfully, but these errors were encountered: