-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Shutdown callback is not passed from provider to client #118
Conversation
Pass the optional shutdown callback from the Provider through to the Client. fix #117
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
@dplewis Would you want to review this? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #118 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 23 23
Lines 588 588
=======================================
Hits 550 550
Misses 38 38
☔ View full report in Codecov by Sentry. |
@mtrezza This looks good. Client does have a shutdown function that accepts a callback https://github.com/parse-community/node-apn/blob/master/lib/client.js#L305-L306 |
## [5.2.2](5.2.1...5.2.2) (2023-07-20) ### Bug Fixes * Shutdown callback is not passed from provider to client ([#118](#118)) ([9fa197f](9fa197f))
🎉 This change has been released in version 5.2.2 |
Pass the optional shutdown callback from the Provider through to the Client.
fix #117