lib/client.js
Function Client
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Client(clientName, transport, callback) {
assert.ok(util.isString(clientName), "clientName must be a valid string");
assert.ok(transport instanceof Transport);
this._transport = transport;