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
#49 fixed the issue when the result is cast to something. However, if the results are never cast to a different object, the connection is never closed. This is a big issue for code like the following:
This is unfortunately not fixable with this style of calling. How would we know when the result is no longer needed? However, developers can mitigate the issue if they use the new ExecuteNonQueryAsync (merged in #86 ):
#49 fixed the issue when the result is cast to something. However, if the results are never cast to a different object, the connection is never closed. This is a big issue for code like the following:
The text was updated successfully, but these errors were encountered: