Store
Store copied to clipboard
[BUG] Writing into Store doesnt emit data into collected flow
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
Thanks for raising and providing a sample 👍🏽 Will take a look and circle back
Since we are forced to pass our own SourceOfTruth implementation to Store now, it seems that it fixed the problem.