YieldStudio / laravel-expo-notifier

Easily manage Expo notifications with Laravel. Support batched notifications.
MIT License
29 stars 11 forks source link

Command check expo tickets hangs #19

Closed eightyfive closed 9 months ago

eightyfive commented 9 months ago

Simply running php artisan expo:tickets:check hangs.

eightyfive commented 9 months ago

Now I understand why: As long as there are tickets in database, command/job will keep checking.

But.

Since InvalidExpoToken event listener does not delete the ticket in DB, it will run forever?

dtangdev commented 9 months ago

Hello, this issue seems to be fixed by fixing the json_decode issue. Thank you very much :)