You can try by replacing `Observable.just` with `O...
# rx
e
You can try by replacing
Observable.just
with
Observable.timer().map {  }
such that it won’t emit all items in a very short amount of time.