Open
Description
Hey folks,
I have a strange behaviour. Sometimes I send multiple notifications in parrallel. It means that I call gcm.send()
multiple times. I know I could use an array of reg ID instead but it messages are not the same.
Everything works fine except when there is one error in one of the notifications. For example when one of the recepient has an expired reg Id, I receive the NotRegistered
error. My problem is that I get this error for all the other notifications sent at the same time whereas there should be no error for the other recipients. This is strange
Metadata
Metadata
Assignees
Labels
No labels