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
At the moment (in did:key branch) while shaping APIs some API signatures (mostly delegates) that could end up calling asynchronous operations are synchronous. It would make sense to refactor these signatures to expose only ValueTask<T>. Accompanying this, code should add IAsyncDisposable in addition IDisposable. Something to consider either after or during did:key branch.
The text was updated successfully, but these errors were encountered:
At the moment (in
did:key
branch) while shaping APIs some API signatures (mostly delegates) that could end up calling asynchronous operations are synchronous. It would make sense to refactor these signatures to expose onlyValueTask<T>
. Accompanying this, code should addIAsyncDisposable
in additionIDisposable
. Something to consider either after or duringdid:key
branch.The text was updated successfully, but these errors were encountered: