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

Net6: runtime error 'Synchronous operations are disallowed' #758

Open
SpiridonovAlexMoeDelo opened this issue Jun 1, 2023 · 0 comments
Open

Comments

@SpiridonovAlexMoeDelo
Copy link

On each call to /metrics I get next runtime error in application log:

Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true instead. (System.InvalidOperationException: Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true instead.)

We need to use async dispose to avoid it.

Suggested changes to fix it: https://github.com/AppMetrics/AppMetrics/pull/503/files#r1212777476

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

No branches or pull requests

1 participant