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 Oct 11, 2024. It is now read-only.
It is not safe to close a DB until all outstanding iterators are released.
Currently, the onus is on callers to make sure they aren't calling any other methods when calling Close. We could improve usability by tracking this automatically.
The text was updated successfully, but these errors were encountered:
The documentation for
leveldb.DB.Close
states:Currently, the onus is on callers to make sure they aren't calling any other methods when calling
Close
. We could improve usability by tracking this automatically.The text was updated successfully, but these errors were encountered: