node-c2dm icon indicating copy to clipboard operation
node-c2dm copied to clipboard

Error on send Result

Open Kyoungju-Chin opened this issue 13 years ago • 0 comments

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.

Kyoungju-Chin avatar Jul 16 '12 08:07 Kyoungju-Chin