but it would be nice to be able to do convert it directly
p
Paul Woitaschek
09/24/2019, 3:09 PM
It's because they are different concepts. Observable doesn't support back pressure.
a
ansman
09/24/2019, 3:12 PM
Well it could easily include the same back pressure strategy parameter as Observable to Flowable. I find it rare to use Flowable on Android
s
streetsofboston
09/24/2019, 3:16 PM
We mostly use Flowable… no that rare 🙂
a
ansman
09/24/2019, 3:19 PM
There are few places where I think it makes sense to use Flowable on Android. Not that many cold observables besides network requests where you usually have a Single anyway
v
Vsevolod Tolstopyatov [JB]
09/24/2019, 4:45 PM
We’ve decided that it is not that useful initially.
Could you please create an issue for that?