CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
397 stars 82 forks source link

Update README.md regarding concurrent OpenDatabase calls #169

Closed michal-ciechan closed 7 months ago

michal-ciechan commented 7 months ago

Adding some info regarding not calling OpenDatabase from multiple threads, which wasn't obvious from documentation.

CoreyKaylor commented 7 months ago

I don't think this is necessary for the readme. Seems like this should be fairly clear. "This function must not be called from multiple concurrent transactions in the same process."

However, I would be open to enhancing the XML doc comments to provide some of the additional information provided in the docs similar to how they were copied in other areas of the native API surface.