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

server gets into weird state where always returns null error and result and gcm not sent #44

Closed 2fours closed 9 years ago

2fours commented 10 years ago

Using 0.99. The server somehow gets into a weird state where all requests return null error and result and no GCM messages are sent. Not sure why. One of my servers was running fine for over a week with no issues then this started happening today.

2fours commented 10 years ago

This seems to be similar in behavior to #36...the server still accepts requests but is seemingly in a "stuck" state and needs to be restarted.

hypesystem commented 9 years ago

This might have happened if some messages (but not all) failed to send. This was fixed recently, in 0.9.15 (see changelog)

Please check if you can reconfirm :)

Closing for now, as it seems like a duplicate of #36.