The udp server in swoole cannot accept information?

is there a boss who can take a look at the problem of udp server? the code copied on the official website is sent by multiple udp software assistants. The sender information cannot be printed under
cli. It seems that no message has been received at all. The configuration should be correct. Both tcp and websocket can be used normally.
code is as follows:

$serv = new swoole_server ("0.0.0.0", 39502, SWOOLE_PROCESS, SWOOLE_SOCK_UDP);

/ listen to the data receive event Packet
$serv- > on ("Packet", function ($serv, $data, $clientInfo) {

)
$serv->sendto($clientInfo["address"], $clientInfo["port"], "Server ".$data);
var_dump($clientInfo);

});

/ / start the server
$serv- > start ();

Php
Jun.21,2022

has the problem been solved?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c691-2c2f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c691-2c2f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?