-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More flexible file location for Certs * feat: implemented push retries with exponential backoff for APNS * feat: load APNS cert/key from string contents of file Also: Removed exponential backoff due to weirdness APNS server responses. If an SSL connection is taken offline for a brief while, `:ssl` will automatically send the payload when available again. The APNS server response gets captured asynchronously through APNSWorker, but because there is no table of records for past messages, the response can't be matched to a notification. I will probably add this record tracking after the HTTP2 code gets migrated to Chatterbox. For now any on_response functions just won't fire for timed-out connections (which should be rare anyway.) * chore: updated CHANGELOG * chore: update README * fix: typo in README
- Loading branch information
Showing
6 changed files
with
171 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters