Skip to content

Refactor db hooks to use async functions #27

@scottbot95

Description

@scottbot95

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions