AzureTipsAndTricks icon indicating copy to clipboard operation
AzureTipsAndTricks copied to clipboard

Tip 141 - Async write of multiple files to response

Open njannink opened this issue 3 years ago • 0 comments

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?

njannink avatar Jan 03 '23 20:01 njannink