Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Writing into Store doesnt emit data into collected flow #541

Open
filanjuraj opened this issue Mar 31, 2023 · 2 comments · May be fixed by #634
Open

[BUG] Writing into Store doesnt emit data into collected flow #541

filanjuraj opened this issue Mar 31, 2023 · 2 comments · May be fixed by #634
Labels
bug Something isn't working mutable-store MutableStore

Comments

@filanjuraj
Copy link

Describe the bug
Writing into Store doesnt emit data into collected flow (reading from Store)

To Reproduce
Steps to reproduce the behavior:

  1. Start collecting flow (read from Store with key X)
  2. Write into Store new data with key X
  3. Collected flow doesnt receive the new data
  4. 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

@filanjuraj filanjuraj added the bug Something isn't working label Mar 31, 2023
@matt-ramotar
Copy link
Collaborator

Thanks for raising and providing a sample 👍🏽 Will take a look and circle back

@matt-ramotar matt-ramotar added the mutable-store MutableStore label Mar 31, 2023
@filanjuraj
Copy link
Author

Since we are forced to pass our own SourceOfTruth implementation to Store now, it seems that it fixed the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mutable-store MutableStore
Projects
Status: Investigating
Development

Successfully merging a pull request may close this issue.

2 participants