<@U0KBF8D7V> Maybe because `rxSingle` runs on the ...
# coroutines
d
@Paul Woitaschek Maybe because
rxSingle
runs on the
DefaultDispatcher
which is
CommonPool
whereas in rx you're not running async at all...?