revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
644 stars 70 forks source link

SagaEventListener dispatches events even when not needed #32

Open martinzima opened 3 years ago

martinzima commented 3 years ago

As originally reported here: https://github.com/revoframework/Revo/issues/27#issuecomment-827460760

Sagas probably dispatch async events event when there are no sagas for the events being published (needs more investigation).