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

Error on send Result #20

Open
Kyoungju-Chin opened this issue Jul 16, 2012 · 0 comments
Open

Error on send Result #20

Kyoungju-Chin opened this issue Jul 16, 2012 · 0 comments

Comments

@Kyoungju-Chin
Copy link

Hello.

I found some problem.
After I send c2dm msg with Valid and Invalid Token in very short time, then I check the Error response and OK response.
But, I found the result is Always Same.
The result shows same Errors or same Message ID.

I thought It occur the result 'sent' Event.
So I tested remove 'sent' event callback, and write cb directly.

remove #78
change #112 to if (cb) cb(operation.mainError(), null);
change #146 to if (cb) cb(error, id);

Then I finally get expected result.
Thanks.

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