Merge branch 'hotfix/3.1.2'
This commit is contained in:
commit
27e7c5d517
@ -65,7 +65,7 @@ namespace Tapeti.Flow.Default
|
||||
await HandleParallelResponse(messageContext);
|
||||
});
|
||||
}
|
||||
if (context.Result.Info.ParameterType == typeof(ValueTask))
|
||||
else if (context.Result.Info.ParameterType == typeof(ValueTask))
|
||||
{
|
||||
context.Result.SetHandler(async (messageContext, value) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user