Closed sohkai closed 4 years ago
Oops, the LocalIdentityProvider not using an async declaration meant that some errors could be thrown synchronously, which would end up breaking the entire RPC connection for apps.
LocalIdentityProvider
async
Oops, the
LocalIdentityProvider
not using anasync
declaration meant that some errors could be thrown synchronously, which would end up breaking the entire RPC connection for apps.