Skip to content

Refactor db hooks to use async functions #27

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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