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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Right now, when creating and identity and trying to load that identity afterwards without calling the method stop() in the identity, is returning the following error: "Error opening leveldb storage: resource temporarily unavailable". I suggest two options:
stop method is called internally in the identity load method and then loading the identity and not returning the error if this is the case
returning an error giving a better description of the error and how to solve it
Result -> Error "Error opening leveldb storage: resource temporarily unavailable" Expected -> Or identity returned as result. or Error "The identity is currently being used by another instance. Please, call stop() method before loading back the identity"
The text was updated successfully, but these errors were encountered:
Right now, when creating and identity and trying to load that identity afterwards without calling the method stop() in the identity, is returning the following error: "Error opening leveldb storage: resource temporarily unavailable". I suggest two options:
Iden3mobile.newIdentity(
"$storePath/alias",
"password",
web3Url,
1000,
null
) { event -> print(event) }
Result -> Error "Error opening leveldb storage: resource temporarily unavailable"
Expected -> Or identity returned as result. or Error "The identity is currently being used by another instance. Please, call stop() method before loading back the identity"
The text was updated successfully, but these errors were encountered: