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
Just wondered if it was possible to use this Queuer to push all alamofire requests into it with different priority scales? I think i read somewhere in an issue it wasn't possible with Alamofire or something along those lines but saw a new version was brought out.
The text was updated successfully, but these errors were encountered:
Hi @liamcharmer! As I can see on Alamofire's documentation, you can set different queues only for rootQueue, requestQueue, and serializationQueue. But, all this properties must be an instance of DispatchQueue. More info here.
Queuer is a wrapper around OperationQueue, not on DispatchQueue. I'm planning to add more features to allow this kind of thing, but unfortunately, I have no ETA about it.
Just wondered if it was possible to use this Queuer to push all alamofire requests into it with different priority scales? I think i read somewhere in an issue it wasn't possible with Alamofire or something along those lines but saw a new version was brought out.
The text was updated successfully, but these errors were encountered: