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
Message queue breaks when sending a message with empty setDeviceIdentifier() #118
It seems like the message queue stops sending messages when you try to send a message with empty device identifier:
The first device
xyz
will receive a notification whilexyz
won't.