surrealdb / surrealkv

A low-level, versioned, embedded, ACID-compliant, key-value database for Rust
https://surrealdb.com
Apache License 2.0
293 stars 18 forks source link

fix: handle calling close on closed store #32

Closed arriqaaq closed 7 months ago

arriqaaq commented 7 months ago

Description

Fixes an issue where calling close twice on the store would result in an error.