Sascha-Oliver Prolić
Sascha-Oliver Prolić
I had a look yesterday, couldn't resolve it, I try to get some time for it these upcoming days.
More than 2 months ago? I am really sorry @enumag I will try to work on this tomorrow.
I tried 2 days ago, couldn't solve it, hopefully this weekend I have some time again.
@UFOMelkor it's really as simple as: ``` pcntl_signal(SIGINT, function () use ($projection) { $projection->stop(); }); $projection->run($keepRunning); ```
Note: Ctrl+C - SIGINT Ctrl+\ - SIGQUIT
@fritz-gerneth that's no longer true, see https://github.com/prooph/pdo-event-store/pull/144
@fritz-gerneth the change is released with v1.8.1 (https://github.com/prooph/pdo-event-store/releases/tag/v1.8.1)
@codeliner are you going to provide that documentation (two years later) or do you want to close this issue?
see https://github.com/ramsey/uuid/issues/314
I reverted the PR that allowed v4 for now, see https://github.com/prooph/event-store/pull/396