inaka / apns4erl

Apple Push Notification Server for Erlang
http://inaka.github.com/apns4erl
369 stars 215 forks source link

Test directly against APNs servers #158

Open ferigis opened 7 years ago

ferigis commented 7 years ago

Currently we are running our tests with APNs server mocked. It would be great to add a mechanism which runs our tests against real APNs servers

zhaohansprt commented 7 years ago

how many connetctions it can create ? I tested the apple‘s apns server seems can not exceed 600 connetctions ,what's your exp

ferigis commented 7 years ago

Hi @zhaohansprt, I didn't check the max number of connections I can reach. I will try this week. I think 600 concurrent connections between a provider and APNs for one single app is a good number

zhaohansprt commented 7 years ago

please let me know your resault