sujrd / suj-pusher

Simple stand alone push notification server that supports APN and GCM services.
MIT License
2 stars 0 forks source link

Re-queue APN push messages after an error is received. #4

Open hsanson opened 10 years ago

hsanson commented 10 years ago

If a APN push message results in error, the APN push servers will send you an error message and immediately close the connection.

If you send any additional messages before the connection is closed it is possible that those messages disappear on the ether.

We may want to implement a solution as reported here but knowing the unreliable nature of APN I am not sure if this is worth the effort.