mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

Empty virtualhost deduced from uri #75

Open zuzoid opened 5 years ago

zuzoid commented 5 years ago

When uri without a path specified (usual usage) virtualHost variable (what was initialized with AMQP_VHOST define) become empty. This makes it necessary to add a slash to the end of uri.