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
I noticed the ExecuteStreamAsync method retains the firstResult for the entire duration of the enumerator. This results in a potentially large chunk of memory being held unnecessarily.
I have changed the code - for my purposes - to this:
I noticed the
ExecuteStreamAsync
method retains thefirstResult
for the entire duration of the enumerator. This results in a potentially large chunk of memory being held unnecessarily.I have changed the code - for my purposes - to this:
The text was updated successfully, but these errors were encountered: