Skip to content

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

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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