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
I use it on Linux, compile it by default, and unable to establish a connection. But the result of "channel.connected()" is true. code like this:
TestTcpHander testHandler; AMQP::Address addr("amqp://guest:guest@10.197.237.151:5672/"); std::cout << addr.vhost() << std::endl; AMQP::TcpConnection Conn(&testHandler, addr); AMQP::TcpChannel channel(&Conn);
, the callback never be called. I alse use rabbitmq-c, it works good.
How do I troubleshoot errors,
The text was updated successfully, but these errors were encountered:
You need to run the event loop. Are you doing that?
Sorry, something went wrong.
No branches or pull requests
I use it on Linux, compile it by default, and unable to establish a connection. But the result of "channel.connected()" is true. code like this:
, the callback never be called. I alse use rabbitmq-c, it works good.
How do I troubleshoot errors,
The text was updated successfully, but these errors were encountered: