django-push-notifications
django-push-notifications copied to clipboard
How do I set a timeout for APNS?
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?
APNS_ERROR_TIMEOUT in the settings.py does absolutely nothing. Can we have it back?