1
0
mirror of synced 2024-09-27 19:46:07 +00:00

Merge branch 'hotfix/3.1.2' into develop

This commit is contained in:
Mark van Renswoude 2023-04-06 14:03:38 +02:00
commit 3f266355f0

View File

@ -65,7 +65,7 @@ namespace Tapeti.Flow.Default
await HandleParallelResponse(messageContext); await HandleParallelResponse(messageContext);
}); });
} }
if (context.Result.Info.ParameterType == typeof(ValueTask)) else if (context.Result.Info.ParameterType == typeof(ValueTask))
{ {
context.Result.SetHandler(async (messageContext, value) => context.Result.SetHandler(async (messageContext, value) =>
{ {