Is my overall issue that I’m trying to use the rxj...
# squarelibraries
b
Is my overall issue that I’m trying to use the rxjava2 call adapter to give me
Observable<Account>
which is interpreted as a single
Account
rather than a stream of multiple
Account
?