-
in our environment, we have to connect to APNS only through a proxy. currently we are using stunnel for that.. but with HTTP2, i am not sure if this works.
i am getting 'version mismatch' error when t…
-
I have a daemon process that just forwards push notifications to apple using apns2.
A handful of times when the process has started no push notifications were sent to apple. Restarting the apns2 daem…
-
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/…
-
Hi, I'm testing the release 0.7 and I have found this diving a bit into the source code of ApnsClient:
```
private long flushAfterIdleTimeMillis = DEFAULT_WRITE_TIMEOUT_MILLIS;
```
Shouldn't `flushA…
-
Will need to implement some sort of tracking to know which notifications have been sent. In some of my initial testing I found the `:ssl_closed` message arrives too late for some messages sent after a…
hpopp updated
8 years ago
-
A lot of lines like this appear when running tests from `ApnsClientTest`:
```
Running com.relayrides.pushy.apns.ApnsClientTest
[nioEventLoopGroup-2-3] ERROR io.netty.handler.codec.http2.Http2Connecti…
-
Hey @Lukasa, continuing off Twitter:
I compared the tcpdump between Jetty and Hyper, with Jetty and Go. The connection was being terminated just after the handshake. Then it struck it, that the self-s…
-
### What version of PushSharp are you using?
3.0.1.0
### Describe your issue:
After sending voip push notification with voip token OnNotificationFailed event is fired and exception is "System.Except…
-
Apple will have HTTP/2 API to send notification requests to APNs.
YAY! :tada:
Here is a little summary of more details:
- request/reponse (aka stream) for every sent (more reliable (e.g. JSON reaso…
-
Hi Alloy!
I was trying to use lowdown with sidekiq with an open connection:
I have added method push_notification, which reuse existing client connection. Made lowdown client as a singleton.
``` ru…