javapns-jdk16 icon indicating copy to clipboard operation
javapns-jdk16 copied to clipboard

some push msg failed

Open pxzhong opened this issue 8 years ago • 0 comments

when i send 1000 or more msgs to apn server, some failed,but i send 100 or less msgs,it goes succeed!

public static void pushSimplePayloadUsingThreads(String keystore, String password, boolean production, String token, boolean simulation, int devices, int threads) {}

when 1000 devices, about 200 succeed; when 100 devices ,almost all succeed.

why?

pxzhong avatar Jun 07 '17 06:06 pxzhong