-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Description
The mergeDelayError operator has been in RxJava from very early and evolved out of experience with the Netflix API use cases. It is not from Rx.Net.
It has proved very valuable and it has been suggested that this pattern be expanded to other combinatorial operators where lazily handling errors is sometimes appropriate.
These include:
concatDelayErrorcombineLatestDelayErrorswitchLatestDelayError
Are there others? Any reason not to do this?
/cc @headinthebox and @jhusain