7.5.57.5.4
Reading changes from the repo…
retryWhen
operator is deprecated in favor of using retry
with a delay
option, simplifying your error handling strategies. repeatWhen
operator is deprecated, allowing you to achieve the same functionality more simply with the repeat
operator and a delay
option. timeoutWith
and retry
, ensuring you have accurate and clear guidance when using these operators.