dave08
02/06/2020, 5:25 PMBroadcastChannel and I send something before using asFlow() on it, will I receive what was sent?zak.taccardi
02/06/2020, 5:29 PMConflatedBroadcastChannel<T> will replay emissions of T on initial subscription, even if you convert it to a Flow<T>zak.taccardi
02/06/2020, 5:29 PMConflatedBroadcastChannel<T> should be stored in your ViewModel to survive config changesdave08
02/06/2020, 5:30 PMApplication since the download is being done from a Service, but for some reason, we're not receiving the latest status...zak.taccardi
02/06/2020, 5:38 PMConflatedBroadcastChannel<T> instance each time?dave08
02/06/2020, 5:45 PMasFlow() is run on it in a factory (to get a new instance every time it's injected).