How can I implement retryWhen using RxSwift and URLSessionTask?
I attempted to use the retryWhen function to renew my token, but unfortunately, it threw an error Value of type 'any Cancelable' has no member 'retryWhen'
I attempted to use the retryWhen function to renew my token, but unfortunately, it threw an error Value of type 'any Cancelable' has no member 'retryWhen'