We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to write with
/**
And for writer I don't need 3 files. I need only one. how I can do it ? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am trying to write with
/**
*/
static ptr_t CreateSecure(const std::string &path_to_ca_cert = "",
const std::string &host = "127.0.0.1",
const std::string &path_to_client_key = "",
const std::string &path_to_client_cert = "",
int port = 5671,
const std::string &username = "guest",
const std::string &password = "guest",
const std::string &vhost = "/",
int frame_max = 131072,
bool verify_hostname_and_peer = true);
And for writer I don't need 3 files. I need only one.
how I can do it ? Thanks
The text was updated successfully, but these errors were encountered: