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
Stemming from this comment. We should change the authenticator to allow async signature requests. This could be done by changing the trait to async or to maybe_async if we want to allow both options.
The text was updated successfully, but these errors were encountered:
Thank you @varun-doshi! But this is actually not a very straight-forward task which may require refactoring in the VM or other places. The main issue is that we can't easily move from sync to async context and back, especially in web assembly. There is one potential approach for how to handle this described in #401 (comment).
Stemming from this comment. We should change the authenticator to allow async signature requests. This could be done by changing the trait to
async
or tomaybe_async
if we want to allow both options.The text was updated successfully, but these errors were encountered: