Mykhailo Drachuk
Mykhailo Drachuk
## System Version: v3.6.1 Language: Javascript macOS 10.14 ## Steps to reproduce 1. Create a `src` directory with 3 files: ```protobuf // id.proto syntax = "proto3"; message Id { string...
This leads to an issue, when there is an event (`UserSignedIn`) which creates another event as a reaction (`UserConsentRequested`) and they both are dispatched to a single entity (`SessionProjection`) with...
Currently, the Bus filters are applied as follows: 1. `ValidatingFilter`; 2. `DeadMessageFilter`; 3. custom filters (including `CommandScheduler`). This creates an odd behavior where a dead or invalid message can’t be...