项目作者: fitomad
项目描述 :
URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry
高级语言: Swift
项目地址: git://github.com/fitomad/URLSession-Combine.git
URLSession-Combine
URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry
This is a beta version.
Things TO-DO…
- Apply
delay
+ retry
only to 429 HTTP error - Better performance. Queues?… Maybe