Skip to content

DOCS Suggestion, add more extensive docs for delegating handlers as its tricky in F# #226

Open
@jkone27

Description

@jkone27

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions