Skip to content

Keep valid info when a sync read timeout? #19

Open
@pierre-rouanet

Description

@pierre-rouanet

When a timeout occurs in a sync read command, we know which values we've got and which are missing.
We could returns a Vec<Option<Vec> for instance.

Pros:

  • we don't throw away good values

Cons:

  • This will most likely make the API more complex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions