HarunBahcel / apns-sharp

Automatically exported from code.google.com/p/apns-sharp
0 stars 0 forks source link

Non stop service_NotificationFailed or service_Error #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I try to push a message to my own device token from the device app
2. set service.SendRetries=1
3. Either service_NotificationFailed or service_Error

Once 3 happens look like it constantly retrying and keeps going in loop
even though service.sendretries was set to 1.

Note-This only happens if I try to do it from the device app.  I can
prevent this from my side of the code but I am wondering there are other
scenarios that may cause this.  I want also prevent it from your APNS
library.  I am worry that constantly pinging Apple APNS may cause them to
block my server.

Thanks,
Moe

Original issue reported on code.google.com by mtun...@gmail.com on 29 Sep 2009 at 4:48

GoogleCodeExporter commented 8 years ago
Sorry this has taken so long.  I've committed a much newer/improved version, 
please
try it again and post a new bug if there are still issues.

Original comment by jond...@gmail.com on 22 Dec 2009 at 5:44