shouldn’t this work and execute all the requests s...
# rx
d
shouldn’t this work and execute all the requests sequentially? or am i confusing things with
andThen
api.create().flatMapCompletable { otherApi.create() }.andThen { thirdApi.create() }.andThen { fourthApi.create() }.subscribe()