You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we access the IAsyncEnumerable directly to loop through items, DisposeAsync is being called before the operation is complete and when MoveNextAsync is called next, calls are failing due to the connection and reader being disposed of.