apns
apns copied to clipboard
sent 1000 push notes and it failed to send because of too many connections
Is there a batch limit I need to adher to?
I sent it to 1000 folks, each push note was c.Send and it processed them quite fast which was rad but at around 500 it just stopped sending. I then tried processing without a c.Send and it went through all the device tokens and complained at the end that there were too many connections.
There shouldn't be a batch limit. It's quite odd that it stopped sending. No error message? Has anyone else seen this?
Apple does have a limit on connections opened to them for a given application.