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.
2 parents 6e8c0e2 + 52f0330 commit 9e72857Copy full SHA for 9e72857
lib/Deprecated.js
@@ -571,6 +571,7 @@ class iConn {
571
// construct the url host:port/path
572
options.transportOptions.url = `http://${option.host}:${option.port || 80}${option.path || '/'}`;
573
}
574
+ options.transportOptions = { ...options.transportOptions, ...option };
575
576
577
this.connection = new Connection(options);
0 commit comments