Console to return the last processed message, either a TaskResultor Response.
Why is this needed?
As useful as it currently is, in addition to logging the stream of messages, there are use cases where returning the last processed message can be convenient.
If the logic of an application required the last processed message, it would be impossible to use Consolesince it does not currently return anything.
What feature would you like to be added?
Console to return the last processed message, either a
TaskResult
orResponse
.Why is this needed?
As useful as it currently is, in addition to logging the stream of messages, there are use cases where returning the last processed message can be convenient. If the logic of an application required the last processed message, it would be impossible to use
Console
since it does not currently return anything.