I have an old project which follow the clean archi...
# rx
m
I have an old project which follow the clean architecture repo made by Fernand, the challenge now is to refactor the old retry logic and make it more Rx friendly, but the problem that there's a lot of old code handled in the observer onError, is there anyway to use retryWhen with using onError in the observer