Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Download continues after user has cancelled it (Google Docs)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
john wilburrey  
View profile  
 More options Aug 30 2012, 8:47 am
From: john wilburrey <wilburrey1...@gmail.com>
Date: Thu, 30 Aug 2012 05:47:07 -0700 (PDT)
Local: Thurs, Aug 30 2012 8:47 am
Subject: Download continues after user has cancelled it (Google Docs)

I initiate download using [fetcher beginFetchWithCompletionHandler:^]
message.
When user has pressed button "Cancel" I use [service.fetcherService
stopAllFetchers] message to stop download, but in spite of that download
continues & fetcher calls back


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Robbins  
View profile  
 More options Aug 30 2012, 4:09 pm
From: Greg Robbins <grobb...@google.com>
Date: Thu, 30 Aug 2012 13:08:46 -0700
Local: Thurs, Aug 30 2012 4:08 pm
Subject: Re: Download continues after user has cancelled it (Google Docs)

Was the fetcher created by the service object?

What happens if the [fetcher stopFetching] method is invoked?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
john wilburrey  
View profile  
 More options Sep 3 2012, 3:23 am
From: john wilburrey <wilburrey1...@gmail.com>
Date: Mon, 3 Sep 2012 00:23:49 -0700 (PDT)
Local: Mon, Sep 3 2012 3:23 am
Subject: Re: Download continues after user has cancelled it (Google Docs)

The fetcher is created by invoking [GTMHTTPFetcher
fetcherWithRequest:request].
When it's created by the service object - everything works as it should, a
fetcher stops fetching after the stopAllFetchers method is invoked.
I've noticed that the same situation happens with upload - fetchers
continue fetching and call back &  service continues firing delayed
fetchers in spite of invocation of the stopAllFetchers method.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Robbins  
View profile  
 More options Sep 7 2012, 9:50 pm
From: Greg Robbins <grobb...@google.com>
Date: Fri, 7 Sep 2012 18:49:28 -0700
Local: Fri, Sep 7 2012 9:49 pm
Subject: Re: Download continues after user has cancelled it (Google Docs)

A fetcher service object can only stop the fetchers that the fetcher
service object created.

A fetcher created by the class method, [GTMHTTPFetcher
fetcherWithRequest:request], will not be stoppable by any fetcher service
object, only by its own stopFetching method.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »