virgil-e3kit-js
virgil-e3kit-js copied to clipboard
No way to close levelup instance
There's no way to close the levelup database. I have a situation where multiple instances of my application can be ran at once. I'm having to hack in support for closing the levelup database.
Hi @camhart!
I suppose we talk about e3kit-node?
Method initialize of e3kit instance has groupStorageName optional.
Try to add to instance specific name, it's could you help.
Here is an example.
How would I then close the level up instance?
On Mon, Aug 10, 2020, 1:32 AM Dmytro Kosolap [email protected] wrote:
Hi @camhart https://github.com/camhart! I suppose we talk about e3kit-node? Method initialize of e3kit instance has groupStorageName https://virgilsecurity.github.io/virgil-e3kit-js/e3kit-native/interfaces/ethreenativeinitializeoptions.html#groupstoragename optional. Try to add to instance specific name, it's could you help. Here is an example https://github.com/VirgilSecurity/virgil-e3kit-js/blob/master/examples/node/index.js#L37-L40 .
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/VirgilSecurity/virgil-e3kit-js/issues/131#issuecomment-671228592, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXF4WNVADB3HRK4P5HFV7LR76WATANCNFSM4PYBJUXA .
At this moment we don't have such functionality, but in the nearest future we are going to add it. I will let you know when it's ready.
Closing as outdated