azure-functions-sql-extension icon indicating copy to clipboard operation
azure-functions-sql-extension copied to clipboard

Investigate why DisposeAsync is being called early before the operation complete.

Open MaddyDev opened this issue 3 years ago • 2 comments

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 avatar Sep 14 '22 17:09 MaddyDev

@MaddyDev - is this still something that needs investigation?

Charles-Gagnon avatar Dec 07 '22 18:12 Charles-Gagnon

@MaddyDev - is this still something that needs investigation?

yep, have sent an email to @fabiocav regarding this.

MaddyDev avatar Dec 07 '22 18:12 MaddyDev