-
Hi,
I've been trying to update solicit to support rust-openssl 0.9, and I'm almost there. The last issue is to implement `try_split` for `SslStream`, but the underlying method `try_clone` for `SslS…
-
Most real world use cases are gonna require real time notifications. This is just something developers expect to be able to do. There are a bunch of avenues here:
1. A single app approach is someth…
-
I've just checked our dependencies, and the oldest 2 dependencies are transient from this project.
Specifically, it appears that `hyper` has been out of development since 2016, and superseded by `h…
-
Hey guys, thanks for this awesome piece of work, this is definitely one of the best APNS packages out there for go.
I'm not really sure if I'm using the feedback service correctly because it sort of …
-
According to [Apple documentation](https://developer.apple.com/documentation/usernotifications/sending-notification-requests-to-apns) it should be possible to add an `apns-expiration` header with valu…
-
As of January, `hyper` is no longer maintained:
https://github.com/python-hyper/hyper/commit/b77e758f472f00b098481e3aa8651b0808524d84
The readme recommends switching to httpx
-
After to digging some in code. There is a new feature supported in APNS2 library.
https://github.com/sideshow/apns2/issues/225
We could support newest features in apns2 to support live activity…
-
Thank you for this great and easy to use library.
While validating our implementation, I stumbled upon an issue with `sendMany()`.
It might be my misunderstanding, or a potential issue with your co…
-
I have multiple iPhone apps that will use my PUSHd. It appears that I need an individual APNs certificate from Apple for each of these apps. Is there a way for the coffee.settings to be able to hand…
-
Hello,
First of all, thank you for the APNS2 library. It works flawlessly in most cases. However, I am facing one issue with it. When sending concurrent requests to the following class using APNS2, I…