You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The options used to add the RequestLocalizationMiddleware to the pipeline make a synchronous call. Not a good idea to block the thread on every request that use localization.
The text was updated successfully, but these errors were encountered:
The options used to add the
RequestLocalizationMiddleware
to the pipeline make a synchronous call. Not a good idea to block the thread on every request that use localization.The text was updated successfully, but these errors were encountered: