Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth with Token sequence isn't starting SPReachability #280

Closed
jleandroperez opened this issue May 28, 2014 · 2 comments
Closed

Auth with Token sequence isn't starting SPReachability #280

jleandroperez opened this issue May 28, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@jleandroperez
Copy link
Contributor

authenticateWithAppID:token: is initializing networking using startNetworkManagers method.

Instead, it should use startNetworking method, which will generate a reachability instance.

@jphribovsek
Copy link

I believe this introduced a bug and that we can run in situations where startNetworkManagers is never called, this happens to us if we call authenticateWithAppID:token: at times other than app startup

@jleandroperez
Copy link
Contributor Author

@jphribovsek Please, take a look at #289. Should be fixed now.

Thank you!

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

No branches or pull requests

2 participants