.NET Mass Transit – State machine – The NotificationFinished event is not handled during the Final state
I’m using Azure Service Bus and the MassTransit library. I ran into a pretty strange error when using state machine. The NewDataRequested, OldDateRequested message are triggered at the same time and can time out differently. Then NotificationRequested -> Finished is called. Once all these messages run out, I switch to Finished using composite event. This will cause my message to be published.