richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

request timeout when sending iOS push notif #86

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi My API handles request that fire push notifications to iOS. Sometimes these notification arrive, but sometimes the API request timeouts because of sending notifications.

Does anyone have similiar experience?

ghost commented 9 years ago

i see now that the timeout of 5 sec is the value from kriswallsmith/Buzz lib. is it possible to override this in symfony? (the file is not the part of a bundle)

richsage commented 9 years ago

@snjegov see #84 - if you're able to test this as well and verify things work for you, I'll get it merged and then release.

richsage commented 9 years ago

Closing also as duplicate of #80 essentially, and should be resolved by #84. @snjegov if you could confirm your test results on #84 that would be great.