Open nevengrubisic opened 6 years ago
it seems async() does not work here? OneSignal::async()->sendNotificationCustom($parameters);
no message is sent using async() method... can't find any info about it at all?
https://github.com/guzzle/guzzle/issues/1127 might clear this up.
It looks like OneSignal::async()->sendNotificationCustom($parameters)->wait(); might do what you're looking for.
OneSignal::async()->sendNotificationCustom($parameters)->wait();
it seems async() does not work here? OneSignal::async()->sendNotificationCustom($parameters);
no message is sent using async() method... can't find any info about it at all?