azure-functions-sql-extension
azure-functions-sql-extension copied to clipboard
Investigate why DisposeAsync is being called early before the operation complete.
When we access the IAsyncEnumerable<T> 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.
@MaddyDev - is this still something that needs investigation?
@MaddyDev - is this still something that needs investigation?
yep, have sent an email to @fabiocav regarding this.