jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

How do I set a timeout for APNS? #466

Open alemangui opened 6 years ago

alemangui commented 6 years ago

I noticed commit 3998996 delegates APNS calls to PyAPNS2, but it also removed the documentation for APNS_ERROR_TIMEOUT.

How can we set a timeout for APNS sockets?

Blutude commented 5 years ago

APNS_ERROR_TIMEOUT in the settings.py does absolutely nothing. Can we have it back?