stream-chat-android
stream-chat-android copied to clipboard
Side effects for DistinctCalls run multiple times
Context & proposal
The side effects for DistinctCalls run multiples times, instead of happening distinctly. It is necessary to add a way to create distinct side effects to avoid updating databases and propagating queries multiple times in a row.
Acceptance criteria
To accept this task we need to complete the following items:
- [ ] Side effects happen only once in a row.