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

Pairing fails when device receives zsActionRequestPairing #22

Open
agrigg opened this issue Dec 12, 2010 · 0 comments
Open

Pairing fails when device receives zsActionRequestPairing #22

agrigg opened this issue Dec 12, 2010 · 0 comments

Comments

@agrigg
Copy link

agrigg commented Dec 12, 2010

I'm getting an assertion failure in ZSyncTouchHandler.m on line 1217 in connection:receivedResponse: when the zsActionRequestPairing action is passed. It might be that it shouldn't be being passed, but instead of dying, I added the following case to ignore it:

  case zsActionRequestPairing:
  // Ignore this code
  DLog(@"Ignoring zsActionRequestPairing code");
  return;

That seemed to resolve the issue for me.

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

No branches or pull requests

1 participant