Hi, does anyone have had success converting from Rx2 Observable to Kotlin Flow, and getting data?
Yoav Gross
09/26/2019, 12:14 PM
This code works in the sense that I can the initial data from the channel, but the observable is dead - it doesn’t send anymore data beyond the initial list.