dave08
11/20/2019, 4:43 PMshare operator on Flow (at least in the meantime until it shows up in the library)? As in https://github.com/Kotlin/kotlinx.coroutines/issues/1261 ... broadcastIn and asFlow is probably hot... so a fast upstream might lead to lost emissions unless a buffer is properly configured...streetsofboston
11/20/2019, 4:48 PMstreetsofboston
11/20/2019, 4:51 PMshare and cache operators.dave08
11/20/2019, 4:55 PMConnectableFlow is much cleaner than returning a regular Flow ...streetsofboston
11/20/2019, 4:58 PMstreetsofboston
11/20/2019, 4:59 PMdave08
11/20/2019, 5:02 PM