This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Tip 141 - Async write of multiple files to response #171
Open
Description
What would you like to know?
When trying the example of tip 141 on the latest version you will get the following error:
Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true instead.
The simple way is to set AllowSynchronousIO
to true. But I wonder isn't there a way to do this asynchronous?
Metadata
Metadata
Assignees
Labels
No labels