isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 409 forks source link

Prevent adding events to closed stream controller #1223

Closed krida2000 closed 1 year ago

krida2000 commented 1 year ago

Resolves #1034

I have same issue using following code:


final box = await Hive.openLazyBox('local');
await box.clear();
await box.close();
bhavin-concetto commented 1 year ago

@themisir when can we expect it to be released?