Particular / NServiceBus.Azure

Transports and storage for Windows Azure
https://docs.particular.net/nservicebus/azure/
Other
10 stars 15 forks source link

Concurrently starting the same saga instance causes duplicate records to be stored #282

Closed Scooletz closed 8 years ago

Scooletz commented 8 years ago

Who's affected

The symptom of this bug is that concurrently started sagas can create multiple instances of the same saga when only one instance should have been created. This causes the saga to send more than one message when only one message should be sent. It is also possible that no message will be sent when one should be.