Skip to content

TaskResultExecutor is never used by ActionMethodExecutor #40364

@pentp

Description

@pentp

Describe the bug

Due to the order of executors in ActionMethodExecutor.Executors, a Task returning action is always executed through AwaitableResultExecutor instead of TaskResultExecutor. From the ordering of the types and comments it looks like this wasn't the original intention and is sub-optimal (and the type is essentially unused currently).

Expected Behavior

Task returning actions are executed using TaskResultExecutor.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions