-
Unless I'm misunderstanding something, it would make sense to provide a client pool for APNS connections. It would be helpful for those who use this lib with multiple certificates.
My understanding i…
-
```
[ERROR] [nioEventLoopGroup-2-3] 04-20 20:25:03,309 [ResourceLeakDetector] - LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects…
-
The original issue is from here: https://github.com/relayrides/pushy/issues/275
In [`io.netty.handler.codec.http2.DefaultHttp2FrameWriter`.](https://github.com/netty/netty/blob/4.1/codec-http2/src/ma…
-
`for i := 0; i < len(js.Tokens); i++ {`
`tok := js.Tokens[i]`
`if tok != "" {`
`id, err := service.Push(token, nil, p)`
`}`
`}`
Slow sending. What can you think up to speed sen…
-
On dev environment, I sometimes get the following timeout
```
[error] GenServer :apns_worker terminating
** (MatchError) no match of right hand side value: {:error, "timeout."}
(pigeon) lib/p…
-
I just found a non-critical bug. If you use the wrong cert against the wrong environment, you will get details in the logs that it is a "BadCertificateEnvironment". This is completely expected given…
-
Hi,
Can you update ApnsPHP with HTTP/2 connexion ?
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
Thanks !
-
Context:
As of few days ago, we're seeing, **in our legacy netty-based apns client** (_not pushy_), some strange legacy (tcp/ssl based) APNS behaviour in which the netty write's Futures are never comp…
-
this is my code
`
FileInputStream cert = null;
try {
cert = new FileInputStream("E:/lApns.p12");
final ApnsClient client = new ApnsClientBuilder().withProductionGatew…
-
panic: close of closed channel
goroutine 46 [running]:
panic(0x7c8aa0, 0xc8206dc8c0)
/home/users/tianwanli01/Code/Go/go-go1.6/src/runtime/panic.go:464 +0x3e6
golang.org/x/net/http2.(_ClientCo…