perf: task进程添加执行记录
This commit is contained in:
@@ -34,6 +34,7 @@ class WebSocketDialogMsgTask extends AbstractTask
|
||||
*/
|
||||
public function __construct($id, $ignoreFd = null)
|
||||
{
|
||||
parent::__construct(...func_get_args());
|
||||
$this->id = $id;
|
||||
$this->ignoreFd = $ignoreFd === null ? Request::header('fd') : $ignoreFd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user