Closed danhper closed 8 years ago
Need extra pair of eyes to review this PR
Ping :smile:
Merging, sorry for a delay. Will bump version after we figure out https://github.com/chvanikoff/apns4ex/pull/44
No problem, thank you for merging! I replied to the other PR.
Currently, there was only an async version of
push
. I would like to use a synchronous version, as I am already making it async somewhere else, and recording notifications that processed correctly. This does not touch any existing API, simply adding a sync version ofpush
.Thank you.