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

Sending to Android GCM not working when timeout greather than 5 sec #80

Closed andrewsmm closed 9 years ago

andrewsmm commented 9 years ago

I have a problem when trying to send push to android by gcm. Problem resolve when i set timeout 15 or 30 sec in /vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractClient.php

emiliomg commented 9 years ago

Same problem here. My application runs in a vagrant environment, and 5 seconds seems to be just a little too short. If I set it to 6 seconds it works. It would be great to be able to make this parameter configurable.