enricostara/telegram-mt-node

View on GitHub
lib/net/rpc-channel.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _executeCall has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

RpcChannel.prototype._executeCall = function (reqMsg, callback) {
    var conn = this._connection;
    var start = new Date().getTime();
    var self = this;
    conn.write(reqMsg.serialize(), function (ex) {
Severity: Minor
Found in lib/net/rpc-channel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status