Skip to content

Multiple messages to the same Saga #8

@ThreePinkApples

Description

@ThreePinkApples

I tried to write a test today that sends multiple messages that will trigger the same Saga.
Using ExecuteAndWaitForSagaCompletion does not work in this case as it only checks for the typeof(TSaga) without the ability to do any further mapping. And the ExecuteAndWait method is private so I can't write my own version of ExecuteAndWaitForSagaCompletion.

Is there any other way of handling this? (other than doing it sequentially)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions