Closed SkyaTura closed 3 years ago
https://github.com/nestjs/cqrs/blob/8e24dd7acb0d7ea95d2993cd193f2189af06be1f/src/event-bus.ts#L76
I found that in this line, the instance variable may not being correct when two modules have the same name.
This should be fixed in v8
I'm submitting a...
Current behavior
If a project has two modules, when both contain a Saga with the same name, nestjs won't start.
Expected behavior
It should work properly.
Minimal reproduction of the problem with instructions
CreateUserSaga
What is the motivation / use case for changing the behavior?
Solving a bug.
Environment