1
0
mirror of synced 2024-09-28 19:56:09 +00:00

Merge branch 'hotfix/0.6.1'

This commit is contained in:
Mark van Renswoude 2018-12-19 21:42:57 +01:00
commit f6e49bf89a

View File

@ -56,11 +56,10 @@ namespace Tapeti.Flow.Default
private async Task SendRequest(FlowContext context, object message, ResponseHandlerInfo responseHandlerInfo,
string convergeMethodName = null, bool convergeMethodTaskSync = false)
{
Debug.Assert(context.FlowState != null, "context.FlowState != null");
if (context.FlowState == null)
{
await CreateNewFlowState(context);
Debug.Assert(context.FlowState != null, "context.FlowState != null");
}
var continuationID = Guid.NewGuid();