Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DisposeAsync with scopes and hosts #99

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

ArturDorochowicz
Copy link
Contributor

@ArturDorochowicz ArturDorochowicz commented Sep 24, 2024

This is about using async where it's available.

Some of the changed places used SafeDispose() earlier. Not sure how important that was, but it wasn't used consistently.

@jeremydmiller
Copy link
Member

SafeDispose is trying to swallow any exceptions from Dispose(), which isn't terribly uncommon here and there

@jeremydmiller jeremydmiller merged commit 0432255 into JasperFx:master Sep 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants