Retry. We do not have a baked in retry function, however it is easy enough to emulate: func attempt<T>(_ body: () -> Promise<T>) -> Promise<T> var attempts ...
確定! 回上一頁