ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

fix: Gcm InternalServerError should also be retied with exponential-back-off. #337

Closed yog27ray closed 3 years ago

yog27ray commented 4 years ago

as per the Firebase Error Code "InternalServerError" should be retired similar to "Unavailable" error.

eladnava commented 4 years ago

Looks good to me! Well done @yog27ray. @hypesystem? 👍

ToothlessGear commented 3 years ago

Thanks @yog27ray!