Skip to content

Can reply object be resused ?  #47

Description

@aidevr

I am running multiple commands and reusing reply object sometimes i find abnormal behavior e.g.

command t = command("SET") << "foor" << "bar" ;
reply myreply = conn->run(t);

t = command("GET") << "foor";
myreply = conn->run(t);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions