Is there any way to use IAsyncEnumerable with StreamingHub with MemoryPack? Something like: Task<IAsyncEnumerable<T>> GetAsync() For example to push data to client while still loading data from sql server using Dapper with buffered mode off.
Is there any way to use IAsyncEnumerable with StreamingHub with MemoryPack? Something like:
Task<IAsyncEnumerable> GetAsync()
For example to push data to client while still loading data from sql server using Dapper with buffered mode off.