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

Update .NET isolated templates to make sure we're using async patterns when working with HttpRequestData #1509

Open
kshyju opened this issue Feb 14, 2024 · 2 comments

Comments

@kshyju
Copy link
Member

kshyju commented Feb 14, 2024

Update .NET isolated templates to make sure we're using async patterns when working with HttpRequestData

See Azure/azure-functions-dotnet-worker#2184

@kshyju kshyju changed the title Update .NET isolated templates to make sure we're using async patterns when working with HttpRequestDat Update .NET isolated templates to make sure we're using async patterns when working with HttpRequestData Feb 14, 2024
@ChristopherL-STCU
Copy link

I just hit this when using the DurableFunctionsOrchestration-CSharp-Isolated. I received the error:

Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true instead

After researching this I understood I needed to update CreateCheckStatusResponse to CreateCheckStatusResponseAsync.

@EntityAdam
Copy link

EntityAdam commented Mar 30, 2024

Ran into this issue with the out-of-box experience. Terrible developer experience.

Track fix here: #1512

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

3 participants