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

Can't push a message #34

Closed matdev closed 10 years ago

matdev commented 11 years ago

Hello,

I am trying to push a message to an Android device through GCM and I get this error message: Maximum execution time of 30 seconds exceeded in vendor\kriswallsmith\buzz\lib\Buzz\Client\MultiCurl.php

Call Stack 8 0.9140 8256128 RMS\PushNotificationsBundle\Service\Notifications->send( ) ..\TeetimeController.php:315 9 0.9149 8257864 RMS\PushNotificationsBundle\Service\OS\AndroidGCMNotification->send( ) ..\Notifications.php:37 10 0.9223 8382208 Buzz\Client\MultiCurl->flush( ) ..\AndroidGCMNotification.php:94

I am sending the message from a local apache server. Could someone help me please ?

mrzepinski commented 11 years ago

I've mentioned about that issue here https://github.com/richsage/RMSPushNotificationsBundle/issues/31