Well the `flatMap` is running against a `Single`, ...
# rx
l
Well the
flatMap
is running against a
Single
, so I don't think that's the issue. The items aren't being interleaved. I'm just for some reason getting them returned out-of-order. I'll have to investigate further if flatMap preserves ordering. Must be something happening I'm not aware of.