stream-chat-android icon indicating copy to clipboard operation
stream-chat-android copied to clipboard

Side effects for DistinctCalls run multiple times

Open leandroBorgesFerreira opened this issue 3 years ago • 0 comments

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.

leandroBorgesFerreira avatar Jul 27 '22 21:07 leandroBorgesFerreira