prooph/pdo-event-store

Projection not being reset to idle

darrylhein opened this issue · 0 comments

I think the change in #245 is causing a problem. If the projection is not set to run forever/continuously, the status will stay at running. I've duplicated it by calling run(false) on the projection and also using bin/console event-store:projection:run -o <projection> in a Symfony app. I'm not quite sure of another option.