Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Failure callback not working in iOS #173

Closed
GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments
Closed

Failure callback not working in iOS #173

GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Change delegateQueue for service
2.Turn off internet to get failed call back after executed query.
3.failure callback doesn't fire.


What is the expected output? What do you see instead?
I expected failure callback occurred.but failure callback not working

Please use labels and text to provide additional information.
When use custom queue failure perform twice.At first time doesn't same thread 
so code call failure again using correct thread.in 
authorizeRequestImmediateArgs method check threads BOOL isSameThread = 
[targetThread isEqual:[NSThread currentThread]];.

After first time "releaseCallbacks" method called and this set delegate=nil . 
So second time delegate = nil.

Original issue reported on code.google.com by idevelop...@gmail.com on 1 Apr 2014 at 9:06

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

No branches or pull requests

2 participants