eee
This commit is contained in:
@@ -73,6 +73,7 @@ class Task
|
|||||||
public function onTask(Server $server, int $task_id, int $src_worker_id, mixed $data): mixed
|
public function onTask(Server $server, int $task_id, int $src_worker_id, mixed $data): mixed
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
var_dump($data);
|
||||||
$data = json_decode($data, true);
|
$data = json_decode($data, true);
|
||||||
if (is_null($data)) {
|
if (is_null($data)) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user