Open kateile opened 2 years ago
I'm also seeing this issue. Figured I would comment to "bump" the issue, since this thread hasn't seen any activity for over a year. Would love to see a resolution for this.
I get this issue often in development, with a single app. On a physical device when i use the rerun option in android studio.
Description I can't run two apps simultaneously on
windows
which both usehydrated_bloc
. I think this is because I use the default storageHydratedStorage
which under the hood utilize hive box namedhydrated_box
and maybe these two apps can't write and read simultaneously using the same box.I think best way to solve this is to pass
custom hive box name
onHydratedStorage.build(...)
with something likeSteps To Reproduce Run two apps which both use HydratedStorage. some thing like
Expected Behavior User may be able to run many apps simultaneously made separately by lazy developers (who are lazy enough to implement custom storage).
Screenshots no just blank screen
Additional Context This is error log