Skip to content

Channel can't open #330

@zhimakaimen225

Description

@zhimakaimen225

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

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