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 potential bug about how default command handler verifies command revision with associated aggregate. While aggregate has disabled persistence using definition property disablePersistence: true, I don't think it should verify revision of incoming command with such aggregate because there is no stored previous events to build aggregate from them so far.
The text was updated successfully, but these errors were encountered:
Hello, @adrai!
I have noticed a potential bug about how default command handler verifies command revision with associated aggregate. While aggregate has disabled persistence using definition property
disablePersistence: true
, I don't think it should verify revision of incoming command with such aggregate because there is no stored previous events to build aggregate from them so far.The text was updated successfully, but these errors were encountered: