...
|
...
|
@@ -135,7 +135,7 @@ $tcp_worker->onMessage = function($connection, $data) |
|
|
// 向客户端发送hello $data
|
|
|
$connection->send('hello '. $data);
|
|
|
if ($data=='tom') {
|
|
|
Db::name('user')->where('id',1)->update(['sex'=>1]);
|
|
|
Db::table('user')->where('id',1)->update(['sex'=>1]);
|
|
|
}
|
|
|
};
|
|
|
|
...
|
...
|
|