meor9zcu12
meor9zcu12
I am also encountering a increasing number of `MessagingErrorCode is null`. Currently in my log, every million of push messages will have about 100 to 200 of `MessagingErrorCode is null`,...
Hi, I encountered the same issue. I plan to migrate from`sendMulticast` to `sendEachForMulticast`, but the performance of `sendEachForMulticast` is very bad. In my testing, to send 20,000 tokens sendMulticast (sendAll...
@jonathanedey When exploring similar options for Java, do FCM team consider to use [Apache HttpComponents Client5](https://hc.apache.org/httpcomponents-core-5.2.x/index.html) which support HTTP/2 instead of `com.google.http-client`?