Closed jbriggs22 closed 2 years ago
Isnt the "type": "Observable"
covering that? Or is just the IAsyncEnumerable handling missing?
In my case I was using Task<IAsyncEnumerable<T>>
along with Cancellationtoken
, if that were to be handled the same as ChannelReader<T>
(which I think was "type": "Observable"
), that would be sufficient.
Any plans to add support for streaming?
https://docs.microsoft.com/en-us/aspnet/core/signalr/streaming
Thanks!