zenstruck / messenger-monitor-bundle

Batteries included UI to monitor your Messenger workers, transports, schedules, and messages.
MIT License
153 stars 16 forks source link

`RecurringMessage::getMessage()` was removed in favor of `getMessages()` #51

Open Chris53897 opened 11 months ago

Chris53897 commented 11 months ago

Error: Call to an undefined method Symfony\Component\Scheduler\RecurringMessage::getMessage().

This class has only getMessages() https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/Scheduler/RecurringMessage.php

I did not take a closer look yet.

kbond commented 10 months ago

There was a BC break here from 6.3-6.4: https://github.com/symfony/symfony/pull/51542

I'm going to have to rethink this 🤔