提交 77bc1318 编写于 作者: lzc828's avatar lzc828

1.6.7

上级 4ae9f6ae
......@@ -32,11 +32,17 @@ class Tcp
public function __construct($key = 'default')
{
$this->setConnection($key);
if ($key) {
$this->setConnection($key);
}
}
public function setConnection($key)
{
if (!isset(self::$conf[$key])) {
echo "warn:client {$key} no find\n";
return $this;
}
$this->key = $key;
$this->config = self::$conf[$key];
if (isset($this->config['pack_protocol'])) {
......
......@@ -10,6 +10,6 @@ if (!defined('_DEBUG_')) {
define('_DEBUG_', false);
}
define('_ONE_V_', '1.6.6');
define('_ONE_V_', '1.6.7');
require __DIR__ . '/helper.php';
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册