Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1068365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:16:38+00:00 2026-05-16T20:16:38+00:00

Does someone know a way to remove requests from an ASINetworkQueue in a persistent

  • 0

Does someone know a way to remove requests from an ASINetworkQueue in a persistent way? The reset function doesn’t seem to do the job. What I’m trying to do is the following

- (void)fillAndRunQueue:(ASINetworkQueue*)queue requests:(NSArray*)requests {  
    for (ASIHTTPRequest* request in requests) {  
        if ([request check]) { // Valid request => add it to the queue    
            [queue addOperation:request];  
        } else { // Invalid request => cancel immediatelly  
            // HOW TO REMOVE ALL PREVIOUS REQUESTS FROM THE QUEUE??  
            return;  
        }  
    }  

    [queue go];  
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T20:16:39+00:00Added an answer on May 16, 2026 at 8:16 pm

    The two obvious options I can see are:

    [queue cancelAllOperations];
    

    or if you want more control:

    [request cancel];
    

    for each request you want to “remove” (this isn’t technically removing them, but may have a close enough effect for your purposes).

    Although, I think [queue reset]; should also work – maybe you can explain exactly what happens when you try to use it?

    If all else fails, releasing and then recreating the queue should remove everything.

    Update

    To further explain, I don’t think it’s possible to actually remove items from an NSOperationQueue, only to cancel them. (ASINetworkQueue is a subclass of NSOperationQueue.)

    The apple docs are here:

    http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSOperationQueue_class/Reference/Reference.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does someone know a way to get a string from a date that contains
does someone know a way how to get a random video from a youtube
Does someone know a simple way to set the default zoom and latitude/longitude with
In jQuery ajax function there is xhr option. Does someone know more details, usability
I am trying to come up with a function that does a good job
Does someone know a easy way to find characters in Unicode that are similar
Does someone know a fast way to invoke shader processing via DirectX? Right now
Does someone know a way on how to check, in Java, if a string
Does someone know any way to organize the logging statements more conveniently? I guess
Do you know any way to remove the border from a JComboBox in Java?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.