edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
378 stars 121 forks source link

Limit number of simultaneous connections to prevent timeout errors #18

Closed remcoanker closed 6 years ago

remcoanker commented 7 years ago

When sending > 200 notifications at once, some would cause timeout errors. This change limits the number of concurrent requests to prevent this.

ehuebner commented 7 years ago

Will this be fixed in the near future?

edamov commented 7 years ago

@ehuebner I don't have an opportunity to test this PR because I don't have access to Apple Developer Account. And an author of PR doesn't answer my questions and comments.