|
@@ -177,7 +177,7 @@ class robot extends Command
|
|
$sig = SIGINT;
|
|
$sig = SIGINT;
|
|
$master_pid = is_file($worker::$pidFile) ? file_get_contents($worker::$pidFile) : 0;
|
|
$master_pid = is_file($worker::$pidFile) ? file_get_contents($worker::$pidFile) : 0;
|
|
$master_pid && posix_kill($master_pid, $sig);
|
|
$master_pid && posix_kill($master_pid, $sig);
|
|
- Log::info("删除不了进程 {$master_pid}");
|
|
|
|
|
|
+ Log::info("用户ID: {$user->user_id} \n 房间ID: {$room_id}\n 删除不了进程 {$master_pid}\n");
|
|
}
|
|
}
|
|
};
|
|
};
|
|
$con->connect();
|
|
$con->connect();
|