Describe the bug
Writing into Store doesnt emit data into collected flow (reading from Store)
To Reproduce
Steps to reproduce the behavior:
- Start collecting flow (read from Store with key X)
- Write into Store new data with key X
- Collected flow doesnt receive the new data
- Start collecting flow again (read from store with key X) gives you the new data
Expected behavior
Writing into Store should emit data into collected flow.
Sample app
Store5.zip
Describe the bug
Writing into Store doesnt emit data into collected flow (reading from Store)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Writing into Store should emit data into collected flow.
Sample app
Store5.zip