Skip to content

Add IP and port to client args #18

@pauleaster

Description

@pauleaster

Server initialisation already has the IP and port as arguments:

Server::Server(const std::string &certificateEnvVar, const std::string &privateKeyEnvVar, const std::string serverIP, const unsigned short port)

But Client does not:

Client::Client(const std::string &certificateEnvVar, const std::string &privateKeyEnvVar)

Update client and its dependencies to include the two extra paramters.

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