Replies: 1 comment
-
hi @chenzuo I am not sure I understand what the issue is. Can you please give me more details? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in https://github.com/mizrael/OpenSleigh/blob/develop/samples/OpenSleigh.Samples.Sample1/SagaWithState.cs sample, how can i get the
Mysagastate
data on specialHandleAsync
,egpublic ValueTask HandleAsync(IMessageContext<ProcessMySaga> context, CancellationToken cancellationToken = default)
and i can't get the true correlationId ,because it make by internal and send message cant take out it. but when i use the SagaExecutionContext get special data ,it must pass thecorrelationId
...Beta Was this translation helpful? Give feedback.
All reactions