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
Is it reproducible by the snippet you have shared? By running that code with my keyset I'm not seeing reported error.
However, I see that it's guarded operation by checking completion of mentioned promise.
subscription.cancel();
or
await subscription.cancel();
or
await subscription.dispose();
The text was updated successfully, but these errors were encountered: