ios - How to set quality of service within AFNetworking? -
does knowing set qos class
in afnetworking
?
because of request in app triggers time out, @ same time there other operations of operation queue going on using network.
i want set networking request afnetworking
qos_class_user_initiated
, it's seems default value qos_class_default
, how achieve this? thanks.
Comments
Post a Comment