This commit is contained in:
as2252258@163.com
2021-04-24 20:34:35 +08:00
parent 3ffd691b4a
commit 263b09fd51
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -137,7 +137,6 @@ class OnTask extends Callback
if (empty($serialize = swoole_unserialize($data))) {
return null;
}
$serialize = array_shift($serialize);
if (!($serialize instanceof ITask)) {
return null;
}