Open
Description
Without having this, I had bugs in my delegating handlers when adding e.g. authorization to query
https://gist.github.com/panesofglass/a1cfc3c9a3f0d41233ad
the reason is that if just using base.SendAsync inside a task { .. } or async { ... } ce, it will fail to update the parameters and execute it in a different order. I was just assigning it to a binding outside the task and then executing it within the task but that was wrong, it only works if there is no mutation e.g. of request or response.
Shall we add this info to docs website?
Metadata
Metadata
Assignees
Labels
No labels