djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 377 forks source link

Handle errors for multiple push notification #191

Open codingrhythm opened 7 years ago

codingrhythm commented 7 years ago

Errors should be handled while sending multiple push notification.

Currently , errors now are handled when sending one push notification, but not for multiple push notification.