In the previous post we created an Observable and emitted data using the onNext() method. We have a subscriber who receives the data when the publisher pushes the data. How about play with the data-receival a bit? We have the […]