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

persistent flag was removed from stream a while ago, apple not banning without it then? #112

Open rhorv opened 8 years ago

rhorv commented 8 years ago

Was trying to figure out why this doesn't use STREAM_CLIENT_PERSISTENT when opening a socket to APNS, then I saw it was removed in a commit back in 2012. Without it it seems it creates a new connection every time, isn't that a problem with Apple? (https://github.com/richsage/RMSPushNotificationsBundle/commit/1f73feaba5f1acf3093ba1502be6a43eb3d8da58)