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
Some db hooks modify the database (ie by calling SaveChanges()). Currently this is being done synchronously, but to prevent threads locking up, this should be done asynchronously.
Some db hooks modify the database (ie by calling
SaveChanges()
). Currently this is being done synchronously, but to prevent threads locking up, this should be done asynchronously.Once scottbot95/EFCoreHooks#1 is resolved, this should be easily doable.
The text was updated successfully, but these errors were encountered: