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 206 forks source link

Sender#send default retries #85

Closed hypesystem closed 9 years ago

hypesystem commented 9 years ago

Right now, the number of retries for Sender's send method has to be set manually. A reasonable default (5) would be nice.