Jonathan Gilbert

Results 79 comments of Jonathan Gilbert

I have put some time into producing this documentation. It is correct to the best of my knowledge and the linked-to sample project should compile and run out-of-the-box. https://github.com/logiclrd/ASPNetCoreDocumentation/blob/master/ASPNetCoreStreaming.md

Okay, I have just learned additional facts that affect the accuracy of the documentation: * `IEnumerable` results directly from controllers _are_ processed in essentially this sort of loop by `ObjectResult`...

This is something I am unfamiliar with. I'll look into doing some reading. I also have half a mind to see if I can't suggest a fix for the `IAsyncEnumerable`...

I did in fact propose a fix upstream: https://github.com/dotnet/runtime/issues/38055

I wrote a reply to your comment that made no sense. I have subsequently deleted it. The reason for that was that on my phone, the notification of your comment...

In fact, I think I need to restructure this article a bit, because streaming of structured data now simply works. You don't need to write your own loop, you can...

I have reworked the article so that it corresponds, to the best of my understanding (and based on a number of practical tests), with advancements in the ASP.NET implementation. I...

Maybe we can get this in place before the next DST switch? :-)

I'll take a look when I have the time :-)