NotificationPusher icon indicating copy to clipboard operation
NotificationPusher copied to clipboard

GCP Response gets overwritten

Open theluk opened this issue 7 years ago • 2 comments

the batch size is always 100 per push. if i send 200, the sending will be split in two, and when everything is complete, the response will not contain the response of the first delivery.

https://github.com/Ph3nol/NotificationPusher/blob/master/src/Sly/NotificationPusher/Adapter/Gcm.php#L70

theluk avatar Sep 30 '16 10:09 theluk

@theluk, what do you propose? Merging the result of the every chunk response in one array?

seyfer avatar Nov 01 '17 17:11 seyfer

The same issue #87

seyfer avatar Nov 01 '17 17:11 seyfer