immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.43k stars 452 forks source link

Fix for ApnsPHP when running HHVM #110

Closed kprigel closed 5 months ago

kprigel commented 8 years ago

When using ApnsPHP on HHVM, the push function will timeout without this fix.

duccio commented 8 years ago

Please, can you elaborate your patch?

kprigel commented 8 years ago

I ran into a timeout error when using ApnsPHP with HHVM. After a lot of research, it turns out that this section of code was the culprit, causing an indefinite hang when the socket is empty. This patch fixes that hang.