-
I am getting this error when trying to send messages from a task that was scheduled with quantum (https://github.com/c-rack/quantum-elixir)
```
2016-09-01T07:30:00.443676253Z app[web.1]: 07:30:00.44…
-
run demo, throw error:
```
Error:net/http: Client Transport of type *http2.Transport doesn't support CancelRequest; Timeout not supported
```
1. go version go1.5.4 darwin/amd64
2. macOS 10.12.1…
-
When using the asynchronnous client, I pass my listener to ApnsClient.push(). While on failure, the listener's onFailure() method is called as it should be.
However, the listener's onSuccess() is nev…
-
``` java
Exception in thread "main" java.io.IOException: unexpected end of stream on okhttp3.Address@5106fe42
at okhttp3.internal.http.Http1xStream.readResponse(Http1xStream.java:199)
at okhtt…
-
When sending message like in tutorial below, I get error: `response: { reason: 'InvalidProviderToken' } }` Any idea what I am doing wrong?
Apple says: `APNs supports only provider authentication to…
j4nos updated
7 years ago
-
Doing some light testing with this gem and one thing I'm seeing is that after a certain length of time, connections to APNS time out, regardless of what the timeout parameter is set to. (I think the d…
-
I'm using the latest version, just like the examples but sometime after a period of time or a number of messages sent, the promise wasn't call until I restarted de App.
Anyone got this behavior also…
-
Hi, our server is using apple push notification service (APNs) with dart Http/2 package. Before sending a http2 create connection, i set the encoded certificate into SecurityContext. This step sometim…
-
The old API is incredibly bad. Apple recommends "All developers should migrate their remote notification provider servers to the more capable and more efficient HTTP/2-based API".
How apns.py and our…
-
Is it possible to support HTTP/2 push in AlamoFire? About event-stream (SSE)? If no and polling is the best option, does using the same connection to the host over multiple requests happen automatical…