javapns-jdk16
javapns-jdk16 copied to clipboard
some push msg failed
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?