So here I go : Hi guys ! I’m wondering if there a way to do this in rx :
I have an Rx Observable that will take a various time to call onNext, first time 5 seconds, next time 1ms
Is there a way to subscribe, and if the OBS is taking more than 1ms, have a special call back/onNext() on another observable?