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.
On Thursday, August 30, 2012 11:09:17 PM UTC+3, Greg Robbins wrote:
> Was the fetcher created by the service object?
> What happens if the [fetcher stopFetching] method is invoked?