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

Make MultiCurl usage configurable for GCM #54

Closed richsage closed 10 years ago

richsage commented 10 years ago

This should resolve #34, #31 and partly references #29. If MultiCurl fails to work, or times out, setting use_multi_curl to false in your GCM configuration should force the GCM service to use a standard Curl-based client instead.