Skip to content

why not support adding optional parameters to the server method #279

@coolcode-ws

Description

@coolcode-ws

why not support adding optional parameters to the server method?
such as:
virtual Json::Value GetInfo() = 0;
virtual Json::Value GetInfo(const std::string &param1 ) = 0;
virtual Json::Value GetInfo(const std::string &param1, const std::string &param1) = 0;

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