hive icon indicating copy to clipboard operation
hive copied to clipboard

Communication between isolates and Hive is not working

Open razfazz opened this issue 2 years ago • 1 comments

I try to save data on the main thread and read the data in an isolate. even when calling .flush() it is not working. is there any way to force reload data from disk without using cached values?

razfazz avatar Jun 17 '22 19:06 razfazz

I try to save data on the main thread and read the data in an isolate. even when calling .flush() it is not working. is there any way to force reload data from disk without using cached values?

As far as I know, the hive database doesn't work on multiple threads. So it doesn't work on an isolated function.

Bahrom2101 avatar Jun 22 '22 06:06 Bahrom2101