-
-
Couldn't load subscription status.
- Fork 270
Open
Labels
Description
This code will send same message twice:
...
$pushManager = new PushManager(PushManager::ENVIRONMENT_DEV);
$push = new Push($gcmAdapter, $devices, $message);
$pushManager->add($push);
$pushManager->push();
$pushManager->push();
Is it expected behavior or bug? PushManager can't be reused to send another batch of messages?