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
Could use less memory if you don't have 2 of those overlapped managers allocated per active connection... They only need to be taken from pool for the duration of an async call. Essentially the same places where the Completed delegate is assigned would be where you would acquire and free the object.
The text was updated successfully, but these errors were encountered:
Could use less memory if you don't have 2 of those overlapped managers allocated per active connection... They only need to be taken from pool for the duration of an async call. Essentially the same places where the Completed delegate is assigned would be where you would acquire and free the object.
The text was updated successfully, but these errors were encountered: