Files
PyAPNs2/apns2
shintonik fbcf36f955 Use only one JWT token per connection (#80)
This fixes #76 where you a TooManyProviderTokenUpdates if you send
notifications to multiple topics over one connection.

As Apple states here https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_token-based_connection_to_apns#2943374
one connection shall use only one single JWT token which should be
refreshed no more than once every 20 minutes and no less than once every
60 minutes.
2019-05-23 02:01:31 +03:00
..
2017-01-08 13:07:22 +03:00
2018-09-23 13:15:19 +03:00
2018-05-09 16:25:38 +03:00
2017-03-05 14:41:00 +03:00