We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ec59a commit 8675ab3Copy full SHA for 8675ab3
Tapeti.Flow/Default/FlowProvider.cs
@@ -74,7 +74,7 @@ public IYieldPoint End()
74
internal async Task SendRequest(FlowContext context, object message, ResponseHandlerInfo responseHandlerInfo,
75
string? convergeMethodName = null, bool convergeMethodTaskSync = false, bool store = true)
76
{
77
- if (context.FlowState == null)
+ if (!context.HasFlowStateAndLock)
78
79
await CreateNewFlowState(context);
80
Debug.Assert(context.FlowState != null, "context.FlowState != null");
0 commit comments