hive
hive copied to clipboard
Communication between isolates and Hive is not working
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?
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.