berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
505 stars 175 forks source link

async #75

Open nevengrubisic opened 6 years ago

nevengrubisic commented 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?

jmrieger commented 4 years ago

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.