Reactor is not being used at all #368
Unanswered
Catalinul95
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem, so when I test the same code from my docker environment, on Xampp, everything works just fine but when I try use docker, suddenly, my Reactor is not working anymore, even though if I run "php artisan event-sourcing:list" I get the correct answer, the event that I created is assigned to that particular Reactor.
I am using Laravel 9 and a simple docker-compose with php 8.1. I also have a queue service that uses the database.
Beta Was this translation helpful? Give feedback.
All reactions