We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As I understand the last line always should fail because of context.Response.WriteAsync("Hello "); nothing to do with next() call here, right?
context.Response.WriteAsync("Hello ")
next()
Activity