You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always got the error "Connection refused" when I am trying to connect to CloudAMQP server.
I realized that the library had problems when a QAMQP::Client(qurl (connectionString)) instance is created, the attribute virtualHost con PrivateClient always starts with "/".
I solve the problem validating this on ClientPrivate::parseCnnString( const QUrl & con )
I always got the error "Connection refused" when I am trying to connect to CloudAMQP server.
I realized that the library had problems when a QAMQP::Client(qurl (connectionString)) instance is created, the attribute virtualHost con PrivateClient always starts with "/".
I solve the problem validating this on ClientPrivate::parseCnnString( const QUrl & con )
Sorry, for my english
Greetings
The text was updated successfully, but these errors were encountered: