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

Synchronous operations are disallowed #590

Closed
ericgarzagzz opened this issue Sep 23, 2023 · 0 comments · Fixed by #591
Closed

Synchronous operations are disallowed #590

ericgarzagzz opened this issue Sep 23, 2023 · 0 comments · Fixed by #591

Comments

@ericgarzagzz
Copy link
Contributor

I was running an experiment and I ran into this exception: Synchronous operations are disallowed. Reading through the fluid view engine code, it looks like the RenderViewAsync method is using a sync operation when a layout is not present.

writer.Write(body);

ericgarzagzz added a commit to ericgarzagzz/fluid that referenced this issue Sep 23, 2023
sebastienros pushed a commit that referenced this issue Sep 26, 2023
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 a pull request may close this issue.

1 participant