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

Investigate the lifecycle of the `.asLiveData()` transformation

Open MarinTolic opened this issue 3 years ago • 0 comments

Context & proposal

Currently we are using .asLiveData() without passing in a CoroutineContext. Depending on how smart the implementation of .asLiveData() is, this may or may not lead to issues.

Acceptance criteria

To accept this task we need to complete the following items:

  • [ ] Investigate the matter talked about in the 'Context & proposal' section and take appropriate steps if necessary.

MarinTolic avatar Jul 18 '22 17:07 MarinTolic