-
Using x/net/http2 directly instead of ConfigureTransport could allow support for Go 1.5.x (if desired), and make it so NewClient() doesn't return an error.
https://github.com/sideshow/apns2/blob/mast…
-
As a preface, I'm reporting this to open a dialog. I think the ultimate problem will be with something I'm doing or a bug deep within the http2 libs of Go.
I've noticed that occasionally the call to…
-
```
File "apnsClient.py", line 1, in
from hyper import HTTPConnection
File "/usr/local/lib/python2.7/dist-packages/hyper/__init__.py", line 11, in
from .common.connection import HTTPConnec…
-
Libraries for the HTTP/2 Notification API
https://github.com/alloy/lowdown (Ruby)
-
apns2 has been working great in production, for the most part. However, occasionally, I see inexplicable "unexpected EOF" errors. The error is a `&url.Error{Op:"Post", URL:"https://api.push.apple.com/…
-
Thank you for your work on this, I'm getting the following error:
```
File "/usr/local/lib/python2.7/dist-packages/apns2-0.1.0-py2.7.egg/apns2/payload.py", line 48, in __init__
super().__init__()…
-
@Lukasa asked me to open the issue for this traceback I received today:
```
Traceback (most recent call last):
File "/home/snewman/.Envs/propeller/lib/python3.4/site-packages/h2/connection.py", lin…
-
Zulip currently relies on the [**apnsclient** package](https://pypi.python.org/pypi/apns-client/0.2.1) for sending Apple push notifications. Unfortunately, that package hasn't been actively maintaine…
-
Hi,
Can you update ApnsPHP with HTTP/2 connexion ?
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
Thanks !
-
It would be great to support testing with a mock apn server that does not use ssl.