改名
This commit is contained in:
@@ -48,6 +48,8 @@ class OnPacket extends Callback
|
|||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
$client = DataResolve::pack($this->pack, $exception->getMessage());
|
$client = DataResolve::pack($this->pack, $exception->getMessage());
|
||||||
|
|
||||||
|
var_dump($exception->getMessage());
|
||||||
|
|
||||||
return $server->sendto($clientInfo['address'], $clientInfo['port'], $client ?? 'Format error');
|
return $server->sendto($clientInfo['address'], $clientInfo['port'], $client ?? 'Format error');
|
||||||
} finally {
|
} finally {
|
||||||
$event = Snowflake::app()->event;
|
$event = Snowflake::app()->event;
|
||||||
|
|||||||
Reference in New Issue
Block a user