Level / party

Open a leveldb handle multiple times.
MIT License
146 stars 13 forks source link

Wrapping level-party breaks it #16

Closed eslachance closed 5 years ago

eslachance commented 7 years ago

Hello guys and gals!

I'm having a bit of an issue using level-party. See, I have a wrapper that promisifies stuff, called native-level-promise and it calls level-party instead of calling level.

I would have expected that I can call my native-level-party from multiple files/processes and it would work. Unfortunately, I can't - I get exactly the same error using level-party as I got using level. aka "IO Error: Lockfile".

Any way around this? Any ideas? https://github.com/eslachance/native-level-promise

eslachance commented 5 years ago

I guess it's no use at this point, I've moved on to use other things.