Rx framework – IObservable<T>.Retry
As Wes Dyer put very elegantly: Retry is to Repeat as Catch is to Concat Ok ok, I know that’s not an exact quote, but I’m sure this is what he intended to say in the first instance :-P Anyhow, the IObservable<T>.Retry method has all the same features of its Repeat sister method, in that: …