-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels