-
How there.
I'm facing a very strange problem, the performance can decrease very suddenly and obviously.
First I can send about 5k notifications in a second, but it drops quickly.After several minutes…
-
Hi:
I am doing some pilot of this library, I see that after sending out few (hundreds to 10K) notifications I get the exception which says,
Received GOAWAY from APNs server: Maximum active streams v…
-
Hi,
We are using pushy 0.7.2 to send out a large number (about 1.5 million tokens) of notifications. When first about 5000 tokens being sent (~3000 succeeded, ~2000 rejected), we get repeated Http2Go…
-
import java.io._;
import com.clevertap.jetty.apns.http2._;
public class MyMain {
public static void main(String[] args) {
try {
FileInputStream cert = new FileInputStream("~/Do…
hgz07 updated
8 years ago
-
Hi, first I wanted to say thanks for contributing the gem! We're using apnotic to try out the HTTP2 APNS endpoints and see the time to complete a request has a consistent floor very near 100ms.
![scr…
-
Using: Jetty & http2-server build: 9.3.8.v20160314
I am currently writing a Stub for APNS HTTP/2 testing and went across the following NPE when we received a request from Pushy (Library to send push…
-
I went the Maven test specifying profile test-with-netty-tcnative on window platform using jdk1.8.0_65. The test failed on NoClassDefFoundError.
Here are Debug trace info from eclipse maven output. A…
-
~~Maybe an error here should fall back to the status code error path:
https://github.com/RobotsAndPencils/buford/blob/master/push/service.go#L184~~
-
First of all, thank you very much for this library. I think it’s very promising and the only one I’ve seen that uses http2 for apns connection.
I need to change my old connector, implemented with ja…
-
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…