We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c4d88 commit 5e87458Copy full SHA for 5e87458
lib/coreClient.js
@@ -239,6 +239,7 @@ class CoreClient {
239
connectionDict.host = this.options.url;
240
connectionDict.port = this.options.port;
241
}
242
+ connectionDict.hostname = this.options.url;
243
244
//sasl
245
connectionDict.username = this.options.username;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cli-rhea",
3
- "version": "2.6.0",
+ "version": "2.6.1",
4
"description": "Client interface built on amqp/rhea lib",
5
"scripts": {
6
"test": "mocha test/*Test.js",
0 commit comments