简体   繁体   中英

How many http socket connections does Google Cloud Messaging provide?

I'm using GCM to send messages from my (3rd Party) application to android app. I want to know how many different instances of my 3rd party application I can run with the same Project Credentials.

Thanks in advance,

I've read the GCM documentation more than once, and there is no mention of any limit on the number of connections per credentials. And since the HTTP GCM protocol is synchronous, and you get a response for each request, you don't have to keep the HTTP connection open across multiple HTTP requests, so there really shouldn't be any issue with the number of connections.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM