no message

This commit is contained in:
kuaifan
2022-07-01 16:11:37 +08:00
parent 830552c121
commit 42bc25381c
12 changed files with 80 additions and 33 deletions

View File

@@ -32,6 +32,14 @@ class WebSocketDialogMsgTask extends AbstractTask
$this->ignoreFd = Request::header('fd');
}
/**
* @param $ignoreFd
*/
public function setIgnoreFd($ignoreFd)
{
$this->ignoreFd = $ignoreFd;
}
public function start()
{
global $_A;