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
380 stars 122 forks source link

#15 Fix endless loop while executing curl #23

Closed mkosiedowski closed 7 years ago

mkosiedowski commented 7 years ago

This fixes #15 Implemented as in comment on php.net: http://php.net/manual/en/function.curl-multi-select.php#115381

edamov commented 7 years ago

@mkosiedowski Thanks