正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -4,7 +4,7 @@ use think\Db; | @@ -4,7 +4,7 @@ use think\Db; | ||
4 | // 数据库配置信息设置(全局有效) | 4 | // 数据库配置信息设置(全局有效) |
5 | 5 | ||
6 | require_once __DIR__ . '/simplewind/vendor/workerman/workerman/Autoloader.php'; | 6 | require_once __DIR__ . '/simplewind/vendor/workerman/workerman/Autoloader.php'; |
7 | -//require_once __DIR__ . '/simplewind/vendor/autoload.php'; | 7 | +require_once __DIR__ . '/simplewind/vendor/autoload.php'; |
8 | //$global_uid = 0; | 8 | //$global_uid = 0; |
9 | // | 9 | // |
10 | //// 当客户端连上来时分配uid,并保存连接,并通知所有客户端 | 10 | //// 当客户端连上来时分配uid,并保存连接,并通知所有客户端 |
@@ -135,7 +135,7 @@ $tcp_worker->onMessage = function($connection, $data) | @@ -135,7 +135,7 @@ $tcp_worker->onMessage = function($connection, $data) | ||
135 | { | 135 | { |
136 | // 向客户端发送hello $data | 136 | // 向客户端发送hello $data |
137 | $connection->send('hello '. $data); | 137 | $connection->send('hello '. $data); |
138 | - Db::table('user')->where('id',1)->update(['sex'=>2]); | 138 | +// Db::table('user')->where('id',1)->update(['sex'=>2]); |
139 | // if ($data=='tom') { | 139 | // if ($data=='tom') { |
140 | // Db::table('user')->where('id',1)->update(['sex'=>1]); | 140 | // Db::table('user')->where('id',1)->update(['sex'=>1]); |
141 | // } | 141 | // } |
-
请 注册 或 登录 后发表评论