Open
Description
I try to open channel with following code,
Channel::OpenOpts opts;
opts.frame_max = 4096;
opts.port = 5672;
opts.host = "";
opts.vhost = "/";
opts.auth = Channel::OpenOpts::BasicAuth("admin", "ilmclr123456");
Channel::ptr_t channel = Channel::Open(opts);
I get "Exception has occurred.Aborted".
Sorry, I'm not sure if this is a bug, if it is not, I will move to other place.
Best Regards
Zhimakaimen
Metadata
Metadata
Assignees
Labels
No labels
Activity