jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
76 stars 21 forks source link

Scheduling 2 commands with same etag in same commandhandler, both get deduplicated #133

Closed ckurt closed 8 years ago

ckurt commented 8 years ago

I have noticed that when scheduling the same command with the same ETag twice in the same command handler causes both commands to be deduplicated and neither gets scheduled

jonsequitur commented 8 years ago

Can you repro in a unit test?

jonsequitur commented 8 years ago

No repro.