Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to create a unviersal queue for alamofire requests? #27

Open
liamcharmer opened this issue Mar 26, 2021 · 1 comment
Open

Possible to create a unviersal queue for alamofire requests? #27

liamcharmer opened this issue Mar 26, 2021 · 1 comment
Labels

Comments

@liamcharmer
Copy link

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.

@FabrizioBrancati
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants