-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony4, my_receiver is not supported error #86
Comments
I think the class you provided for the |
I have already tried |
What is the actual namespace (fqcn) of the class you want register as a receiver? |
App\BackgroundTasks, so theoretically it should be App\BackgroundTasks\Receiver for the class |
Can you paste the content of the receiver class? |
After your question I tried both an empty class, and a basic function. Is there specific content the class should have for it to work? |
I tried using bernard-bundle in my Symfony 4.3 project to run a basic helloWorld background task, but when I try to run bernard: consume I get an error
This is the services.yaml part
It says the error is in SimpleRouter, so I tried debugging there using
and I got
Is this a bug because of Symfony? Or am I missing something?
The text was updated successfully, but these errors were encountered: