You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed a issue while handling a command in specific versions with pre-load conditions.
Given pre-load condition definition handles commands at version, for example, 0. When comes command to domain handler with version 1, Then instead of not handling such command in given pre-load condition, its does opposite, i.e., handles command at given pre-load condition, despite of command version is not equal to given pre-load condition version.
Please, take a look!
The text was updated successfully, but these errors were encountered:
Hello, @adrai!
I have noticed a issue while handling a command in specific versions with pre-load conditions.
Given pre-load condition definition handles commands at version, for example, 0.
When comes command to domain handler with version 1,
Then instead of not handling such command in given pre-load condition, its does opposite, i.e., handles command at given pre-load condition, despite of command version is not equal to given pre-load condition version.
Please, take a look!
The text was updated successfully, but these errors were encountered: