@Mohamed Ibrahim what the issue? whole point of retryWhen is that it will resubscribe the source when the function emits anything, and will give up if throwable is emitted
m
Mohamed Ibrahim
04/24/2019, 9:30 AM
retryWhen will only work through the stream, if onError triggered at the end onbserver the stream ends, which is case with me. Legacy code do a lot of work in that onError for all the usecases extending from the base uscase