rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

vhost defaults to "", but should be "/". #89

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

This was untrue, but "" would be used when using a trailing slash in the connection URI. This is consistent across e.g. Bunny and Java clients. Documentation has been added that explains the behaviour.