提交 2c695cbf 编写于 作者: lzc828's avatar lzc828

删除无用代码

上级 cebb7baa
......@@ -21,8 +21,6 @@ class Tcp
private $config = [];
private $retry_count = 3;
private $max_retry_count = 1;
/**
......@@ -101,7 +99,6 @@ class Tcp
$ret = $this->protocol::decode($ret);
}
$this->push($rs);
$this->retry_count = 3;
return $ret;
}
......@@ -113,7 +110,6 @@ class Tcp
}
$ret = $rs->send($data);
$this->push($rs);
$this->retry_count = 3;
return $ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册