Skip to content

recipes.md lists ArcpClientOptions.ResumeToken (ResumeToken is on ArcpClient) #60

@nficano

Description

@nficano

Category: docs Severity: major
Location: docs/recipes.md:52-53

What

ResumeToken is a property of ArcpClient (src/Arcp.Client/ArcpClient.cs), not ArcpClientOptions; ArcpClientOptions has only Client/Token/AuthScheme/Features/Encodings/TimeProvider (src/Arcp.Client/ArcpClientOptions.cs).

Evidence

Concepts: `ctx.BeginResultStream`, `ctx.WriteChunkAsync`, `handle.Chunks`,
`ArcpClientOptions.ResumeToken`, `RESUME_WINDOW_EXPIRED`.

Proposed fix

Change the reference to ArcpClient.ResumeToken.

Acceptance criteria

  • The reference names the type that actually declares ResumeToken.

Metadata

Metadata

Assignees

No one assigned

    Labels

    audit/docsAudit: documentation inaccuracysev/majorSeverity: major

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions