stream-chat-android
stream-chat-android copied to clipboard
Investigate the lifecycle of the `.asLiveData()` transformation
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.