sebastienros/fluid

Synchronous operations are disallowed

ericgarzagzz opened this issue · 0 comments

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);