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
We should consider returning (*ContextHandle, <response_struct>, error) from most of the DPE client functions. Because DPE handles are single-use, always returning the new context handle makes the API easier to use.
Callers can use this unconditionally since even if using the default context, it is safe to reset to the default context each time.
The text was updated successfully, but these errors were encountered:
We should consider returning
(*ContextHandle, <response_struct>, error)
from most of the DPE client functions. Because DPE handles are single-use, always returning the new context handle makes the API easier to use.Callers can use this unconditionally since even if using the default context, it is safe to reset to the default context each time.
The text was updated successfully, but these errors were encountered: