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

  • SEARCH
  • Home
  • 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 6351351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:59:19+00:00 2026-05-24T21:59:19+00:00

I have a request : [NSURLConnection connectionWithRequest:urlRequest delegate:self]; that is launched. When I receive

  • 0

I have a request :

[NSURLConnection connectionWithRequest:urlRequest delegate:self];

that is launched.

When I receive at any time :

- (void)connectionDidFinishLoading:(NSURLConnection*)connection

I change the content of an array (remove or add items).

In another part of my program, I have to parse that array to work with its content.

So the question is : while I’m working with the content of the array (“for xxx in array” loop), may the response of the server (that can come at any time) cause the code of connectionDidFinishLoading change that array, and make the whole thing crash ?

  • 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-24T21:59:20+00:00Added an answer on May 24, 2026 at 9:59 pm

    Yes and it will cause your app to crash. You can either work with a copy of the array that is being modified by the NSURLConnection delegate method OR wait for the method to finish before iterating through the items in your array.

    Maybe block that particular operation while there is an active NSURLConnection so the rest of your UI is still usable.

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

Sidebar

Related Questions

I have a NSURLConnection which I am calling every time -(void)viewWillAppear:animated is called (that's
I have the following statement in my viewWillAppear controller: connectionInprogress = [[NSURLConnection alloc]initWithRequest:request delegate:self
I have a request for some contract work from an organization that uses Excel
I have a request that returns a JSON object with a single property which
I have a request in from a client that would like one of their
Suppose that I have a request handler that accepts an argument: key And let
I Have a Class that needs to make an HTTP request to a server
I have multiple views which make the same NSURLRequest/NSURLConnection request . Ideally, in order
I have the following code. NSData *pageData = [NSURLConnection sendSynchronousRequest:request returningResponse:NULL error:NULL]; NSString *webpage
I have Objective C code creating an NSUrlConnection as follows: //prepar request NSString *urlString

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.