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.
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.