get SSL Broken pipe error when try to make push notification
Posted
by emagic
on Stack Overflow
See other posts from Stack Overflow
or by emagic
Published on 2010-04-12T23:11:48Z
Indexed on
2010/04/12
23:12 UTC
Read the original article
Hit count: 347
iphone
|apple-push-notifications
We develop an iPhone app, and have push notification for development and ad hoc version working properly. But when we try to send push notification to real user devices in our database, we got SSL connection reset, then Broken pipe error. We think maybe there are too many devices in our database (more than 70000), so it is failed to send all messages at the same time. So we try to send messages to 1000 devices once, but still got this "Broken pipe" error for around 100 messages. And we are not sure whether the messages have been send. Any suggestion?
© Stack Overflow or respective owner