You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
However I'm not sure if there is anything within the Swift foundation that would make use of it.
Note discretionary means that the operation doesn't end on network errors but keeps re-trying on its own, I think its for 24 hours on iOS? I suppose this was done to simplify developer code but coming from traditional networking APIs it is a bit confusing.
The text was updated successfully, but these errors were encountered:
malhal
changed the title
Convenience operations should be quality user initiated
Convenience operations should be quality user-initiated
Jan 22, 2017
malhal
changed the title
Convenience operations should be quality user-initiated
Convenience operations should be QOS user-initiated
Jan 22, 2017
/// - Note: Quality of service is not directly supported here since there are not qos class promotions available outside of darwin targets.
open var qualityOfService: NSQualityOfService = .default
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
About CloudKit and Quality of Service
However I'm not sure if there is anything within the Swift foundation that would make use of it.
Note discretionary means that the operation doesn't end on network errors but keeps re-trying on its own, I think its for 24 hours on iOS? I suppose this was done to simplify developer code but coming from traditional networking APIs it is a bit confusing.
The text was updated successfully, but these errors were encountered: